Skip to content

Commit bdfec56

Browse files
committed
version test
Signed-off-by: Srinivasan Parthasarathy <spartha@us.ibm.com>
1 parent bc3560d commit bdfec56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basecli/version_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
func TestVersion(t *testing.T) {
8-
versionCmd.RunE(nil, nil)
8+
versionCmd.Run(nil, nil)
99
short = true
10-
versionCmd.RunE(nil, nil)
10+
versionCmd.Run(nil, nil)
1111
}

0 commit comments

Comments
 (0)