We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55790d9 commit e345ac4Copy full SHA for e345ac4
1 file changed
cmd/git-semv/cli_test.go
@@ -37,7 +37,6 @@ Options:
37
wantE []byte
38
wantS int
39
}{
40
- {[]string{}, []byte("\n"), []byte(""), ExitOK},
41
{[]string{"-h"}, []byte(help), []byte(""), ExitErr},
42
{[]string{"--help"}, []byte(help), []byte(""), ExitErr},
43
{[]string{"-v"}, []byte(""), []byte(ver), ExitOK},
0 commit comments