Skip to content

Commit

Permalink
Refactoring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Sep 28, 2023
1 parent 36af5ae commit 131b312
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 633 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ MonoDelayUntil<T> copyWithNewTriggerGenerator(boolean delayError,
@Override
public void subscribe(CoreSubscriber<? super T> actual) {
try {
source.subscribe(subscribeOrReturn(actual));
Operators.toFluxOrMono(source).subscribe(subscribeOrReturn(actual));
}
catch (Throwable e) {
Operators.error(actual, Operators.onOperatorError(e, actual.currentContext()));
Expand Down
Loading

0 comments on commit 131b312

Please sign in to comment.