diff --git a/cache_test.go b/cache_test.go index fbafac9..4de6a18 100644 --- a/cache_test.go +++ b/cache_test.go @@ -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