forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestPublisher.createNoncompliant().mono() drops violations (reactor#1244
) This commit prevents the TestPublisher with violations from hiding the violations when using the `mono()` method, by calling Mono.fromDirect, which doesn't provide any protection against malformed sources.
- Loading branch information
1 parent
d166557
commit a879741
Showing
2 changed files
with
50 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters