1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
This commit is contained in:
asim
2024-07-07 19:14:04 +01:00
parent e756fd32e6
commit 90531337db

View File

@ -21,6 +21,9 @@ func TestCliSourceDefault(t *testing.T) {
&cli.StringFlag{
Name: "test.timeout",
},
&cli.StringFlag{
Name: "test.bench",
},
&cli.BoolFlag{
Name: "test.v",
},