Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 9, 2024
1 parent 18779a1 commit 034f0cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void test() throws Exception {
Assert.fail("Impressions request timeout");
}

Assert.assertFalse(readyFromCacheTask.isOnPostExecutionCalled);
Assert.assertTrue(readyFromCacheTask.isOnPostExecutionCalled);
Assert.assertEquals("on_s1", treatments.get(0));
Assert.assertEquals("on_s1", treatments.get(1));
Assert.assertEquals("on_s1", treatments.get(2));
Expand Down

0 comments on commit 034f0cd

Please sign in to comment.