Skip to content

Commit

Permalink
fix: failing InvalidOutputVersion test
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Sep 15, 2024
1 parent 6a03474 commit 4039a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/options/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestOutputOptions_Validate(t *testing.T) {

t.Run("InvalidOutputVersion", func(t *testing.T) {
var options OutputOptions
options.OutputVersion = "1.6"
options.OutputVersion = "1.7"

err := options.Validate()
require.Error(t, err)
Expand Down

0 comments on commit 4039a89

Please sign in to comment.