mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - test await on l2 cache statistics
This commit is contained in:
@@ -186,6 +186,8 @@ public class TestReadAudit extends BaseTestCase {
|
||||
.where().startsWith("shortDescription", "readAudit")
|
||||
.findList();
|
||||
|
||||
awaitL2Cache();
|
||||
|
||||
statistics = queryCache.getStatistics(false);
|
||||
assertThat(statistics.getSize()).isEqualTo(1);
|
||||
assertThat(statistics.getHitCount()).isEqualTo(1);
|
||||
|
||||
Reference in New Issue
Block a user