Switch back to Reactor 3.0 snapshots

This commit is contained in:
Rossen Stoyanchev
2016-08-08 15:52:16 -04:00
parent 526ce28ef0
commit cc288a0c4a
4 changed files with 8 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ public class ChannelSendOperatorTests {
int i = ++idx;
subscriber.next(String.valueOf(i));
if (i == 3) {
subscriber.fail(error);
subscriber.error(error);
}
return i;
});