Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 16, 2024
1 parent 96656f3 commit 573d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml_test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func TestYAMLTestSuite(t *testing.T) {
break
}
failure++
fatal(t, err.Error())
fatal(t, err.Error()) //nolint: govet
return
}
if len(test.InJSON) <= idx {
Expand Down

0 comments on commit 573d919

Please sign in to comment.