File tree 1 file changed +2
-2
lines changed
src/test/java/io/reactivex 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ public static <E extends Enum<E>> void checkEnum(Class<E> enumClass) {
482
482
}
483
483
484
484
/**
485
- * Returns an Consumer that asserts the TestSubscriber has exaclty one value + completed
485
+ * Returns an Consumer that asserts the TestSubscriber has exactly one value + completed
486
486
* normally and that single value is not the value specified.
487
487
* @param <T> the value type
488
488
* @param value the value not expected
@@ -505,7 +505,7 @@ public void accept(TestSubscriber<T> ts) throws Exception {
505
505
}
506
506
507
507
/**
508
- * Returns an Consumer that asserts the TestObserver has exaclty one value + completed
508
+ * Returns an Consumer that asserts the TestObserver has exactly one value + completed
509
509
* normally and that single value is not the value specified.
510
510
* @param <T> the value type
511
511
* @param value the value not expected
You can’t perform that action at this time.
0 commit comments