Skip to content

Commit

Permalink
Fix testcase failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dilini-muthumala committed May 4, 2021
1 parent 8bc53c2 commit 0e70e49
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void receive(Event[] events) {

}

@Test(dependsOnMethods = "testQuery7")
@Test
public void testQuery8() throws InterruptedException {
//see https://github.com/siddhi-io/siddhi/issues/1542
log.info("test case for https://github.com/siddhi-io/siddhi/issues/1542");
Expand Down Expand Up @@ -245,5 +245,4 @@ public void receive(Event[] events) {
AssertJUnit.assertEquals(1, count);
AssertJUnit.assertEquals(true, eventArrived);
}

}

0 comments on commit 0e70e49

Please sign in to comment.