Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed May 9, 2023
1 parent 52fbabd commit 7b92d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestCache_SetOnce(t *testing.T) {
})
}

func TestCache_GetOrSetRaceCondition(t *testing.T) {
func TestCache_GetOrSetRaceCondition(_ *testing.T) {
parallels := 100
iterations := 1000

Expand Down

0 comments on commit 7b92d17

Please sign in to comment.