Skip to content

Commit

Permalink
JT-78303: Try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-zatsepin committed Jan 17, 2024
1 parent d6e2dcd commit 3031050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class EntityIterableCacheTest : EntityStoreTestBase() {
// Then
reportInLogEntityIterableCacheStats()
val actualHitRate = store.entityIterableCache.stats.hitRate
val expectedHitRate = 0.7
val expectedHitRate = 0.6
println("Actual hitRate: $actualHitRate")
assertTrue(
"hitRate should be more or equal to $expectedHitRate, but was $actualHitRate",
Expand Down

0 comments on commit 3031050

Please sign in to comment.