Skip to content

Commit 6989434

Browse files
akarnokdakarnokd
authored andcommitted
Fixed testConcurrentOnNextFailsValidation
1 parent 0efda07 commit 6989434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/test/java/rx/schedulers/AbstractSchedulerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ public void onCompleted() {
453453

454454
@Override
455455
public void onError(Throwable e) {
456-
completed.countDown();
457456
error.set(e);
457+
completed.countDown();
458458
}
459459

460460
@Override

0 commit comments

Comments
 (0)