Skip to content

Commit 9e802b7

Browse files
committed
Adapt to Reactor changes.
[#275] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 68b1984 commit 9e802b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/r2dbc/mssql/util/FluxDiscardOnCancelUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void shouldNotConsumeItemsOnCancel() {
119119
.thenCancel()
120120
.verify();
121121

122-
assertThat(items).toIterable().containsSequence(2, 3);
122+
assertThat(items).toIterable().containsOnly(3);
123123
}
124124

125125
@Test

0 commit comments

Comments
 (0)