Skip to content

Commit

Permalink
GH-2999: Fix assertJ usage in test (backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 23, 2019
1 parent 9ab1fc8 commit be671a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public void testIncompleteListWithTimeoutForMultipleMessages() {
TimeoutCountSequenceSizeReleaseStrategy releaseStrategy =
new TimeoutCountSequenceSizeReleaseStrategy(TimeoutCountSequenceSizeReleaseStrategy.DEFAULT_THRESHOLD,
-100);
assertThat(releaseStrategy.canRelease(messages)).isTrue();
assertTrue(releaseStrategy.canRelease(messages));
}

@Test
Expand Down

0 comments on commit be671a4

Please sign in to comment.