Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstocktonj1 committed Mar 29, 2024
1 parent cb4e143 commit 2eeaaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func TestGet(t *testing.T) {
}
return nil, errors.New("Unexpected Cache Error")
},
SetFunc: func(key string, data []byte) error {
SetFunc: func(key string, _ []byte) error {
if key == "cache-write-error" {
return ErrCacheTest
}
Expand Down

0 comments on commit 2eeaaaf

Please sign in to comment.