Skip to content

Commit

Permalink
add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jan 13, 2025
1 parent c9acd5a commit 5baa151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/test/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ func TestKeyValueKeys(t *testing.T) {
}

//lint:ignore SA1019 testing deprecated api
_, err = kv.Keys(ctx)
_, err = kv.Keys(ctx) //nolint:staticcheck // testing deprecated api
expectErr(t, err, jetstream.ErrNoKeysFound)

// Put in a few names and ages.
Expand Down

0 comments on commit 5baa151

Please sign in to comment.