Skip to content

Commit

Permalink
cache: fix a test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 6, 2024
1 parent e37261a commit f173b68
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 @@ -106,7 +106,7 @@ func TestLRU(t *testing.T) {
})

t.Run("Clear", func(t *testing.T) {
// Clearing evicts everything, which at this point are k3, k6, and k2 in
// Clearing evicts everything, which at this point are k6 and k2 in
// decreasing order of access time (the get of k2 above promoted it).
victims = nil
cachetest.Run(t, c, "clear", "len = 0", "size = 0")
Expand Down

0 comments on commit f173b68

Please sign in to comment.