Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Dec 10, 2024
1 parent d995e3d commit 2cd25a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/any_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func TestAnyValidateCompatibility(t *testing.T) {
),
}
type someStruct struct {
//nolint:unused // This is just for test purposes.
field1 int
}
objectSchema := schema.NewObjectSchema("some-id", properties)
Expand Down

0 comments on commit 2cd25a4

Please sign in to comment.