Skip to content

Commit

Permalink
test: fix V flag capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Aug 16, 2023
1 parent a3b3031 commit 4d8ed19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestMainVersion(t *testing.T) {
clearOpts()
var out bytes.Buffer
assert.Nil(t, driver([]string{
"-v", "--trace",
"-V", "--trace",
}, &out))
assert.Contains(t, out.String(), "https://github.com/natesales/q version dev (unknown unknown)")
}
Expand Down

0 comments on commit 4d8ed19

Please sign in to comment.