Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
  • Loading branch information
Sovietaced committed Jan 15, 2025
1 parent bb1f87f commit 1ae220c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytestdlib/cache/in_memory_auto_refresh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func TestQueueBuildUp(t *testing.T) {

for i := 0; i < size; i++ {
// #nosec G115
_, err := cache.GetOrCreate(strconv.Itoa(int(i)), fakeCacheItem{val: 3})
_, err := cache.GetOrCreate(strconv.Itoa(i), fakeCacheItem{val: 3})
assert.NoError(t, err)
}

Expand Down

0 comments on commit 1ae220c

Please sign in to comment.