Skip to content

Commit

Permalink
Adapt to Reactor changes.
Browse files Browse the repository at this point in the history
[#275]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Jul 14, 2023
1 parent 68b1984 commit 9e802b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void shouldNotConsumeItemsOnCancel() {
.thenCancel()
.verify();

assertThat(items).toIterable().containsSequence(2, 3);
assertThat(items).toIterable().containsOnly(3);
}

@Test
Expand Down

0 comments on commit 9e802b7

Please sign in to comment.