Skip to content

Commit

Permalink
Remove incorrect modification of test class
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh9391 committed Jun 7, 2024
1 parent 06f2c2d commit a604bd3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public void request(long n) {
if (n <= 0) {
s.onError(new IllegalArgumentException("Demand must be positive"));
} else {
ProgressListenerU
s.onNext(content);
s.onComplete();
}
Expand Down

0 comments on commit a604bd3

Please sign in to comment.