Skip to content

Commit

Permalink
Merge pull request #1725 from dilini-muthumala/master
Browse files Browse the repository at this point in the history
Fix testcase failure
  • Loading branch information
AnuGayan authored May 4, 2021
2 parents aa26d11 + 0e70e49 commit 1d33f6d
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 1d33f6d

Please sign in to comment.