Fixing benchmark tests after the refactoring.

This commit is contained in:
Vitor Pamplona
2023-11-26 21:10:15 -05:00
parent 34c2ba4922
commit ae3cc5da2a
5 changed files with 287 additions and 221 deletions
@@ -270,7 +270,7 @@ class GiftWrapEventTest {
}
}
countDownDecryptLatch.await(1, TimeUnit.SECONDS)
assertTrue(countDownDecryptLatch.await(1, TimeUnit.SECONDS))
}
@Test()