Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Feb 28, 2024
1 parent f71455a commit 7ebfd3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void shouldNotEmitOnSize() {
EmitAfterZenodoRecordUpdate emitAfterZenodoRecordUpdate = new EmitAfterZenodoRecordUpdate();

List<Quad> nodes = addMessages(100);
assertTrue(emitAfterZenodoRecordUpdate.shouldEmit(nodes));
assertFalse(emitAfterZenodoRecordUpdate.shouldEmit(nodes));
}

private List<Quad> addMessages(int numberOfMessages) {
Expand Down

0 comments on commit 7ebfd3d

Please sign in to comment.