Skip to content

Commit

Permalink
fix: Broken WeigherSpec after caffeine upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
blemale committed Jul 10, 2024
1 parent 3d2fc32 commit 25add8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class WeigherSpec extends AnyWordSpec with Matchers with OptionValues {
cache.put("bar", "word2")
cache.put("baz", "word3")

cache.getIfPresent("foo") should be(None)
cache.estimatedSize() should be(2)
}
}

Expand Down

0 comments on commit 25add8b

Please sign in to comment.