Skip to content

Commit

Permalink
memory assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Sep 21, 2023
1 parent 2b0410f commit 5a70266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestMemory(t *testing.T) {
test(t, 1_000_000, 303_000_000, 300_000)
})
t.Run("100_000", func(t *testing.T) {
test(t, 100_000, 51_000_000, 100_000)
test(t, 100_000, 51_000_000, 200_000)
})
}

Expand Down

0 comments on commit 5a70266

Please sign in to comment.