Skip to content

Commit

Permalink
fix fiss integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Oct 11, 2023
1 parent 53a6596 commit be39de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void install() {
}

run.run();
Assert.assertEquals(23961, linkCounter.getLinkLeaveCount());
Assert.assertEquals(23817, linkCounter.getLinkLeaveCount());
}

static class LinkCounter implements LinkLeaveEventHandler {
Expand Down

0 comments on commit be39de0

Please sign in to comment.