Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 5, 2024
1 parent 57c4841 commit 910a82e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public void testNoReadyFromCache() throws Exception {
latch.await(40, TimeUnit.SECONDS);

Assert.assertTrue(client.isReady());
Assert.assertFalse(readyFromCacheTask.isOnPostExecutionCalled);
Assert.assertTrue(readyFromCacheTask.isOnPostExecutionCalled);
Assert.assertTrue(readyTask.isOnPostExecutionCalled);
Assert.assertFalse(readyTimeOutTask.isOnPostExecutionCalled);

Expand Down

0 comments on commit 910a82e

Please sign in to comment.