We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3560d commit bdfec56Copy full SHA for bdfec56
basecli/version_test.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
func TestVersion(t *testing.T) {
8
- versionCmd.RunE(nil, nil)
+ versionCmd.Run(nil, nil)
9
short = true
10
11
}
0 commit comments