Skip to content

Commit

Permalink
Merge pull request #19410 from stuartwdouglas/kafka-test-fix
Browse files Browse the repository at this point in the history
Fix flakey test
  • Loading branch information
gsmet authored Aug 16, 2021
2 parents d1de55d + efa2fb2 commit a200dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void sseStream() {
}

Assertions.assertThat(received)
.hasSizeGreaterThan(2)
.hasSizeGreaterThanOrEqualTo(2)
.allMatch(value -> (value >= 0) && (value < 100));
}
}

0 comments on commit a200dba

Please sign in to comment.