Skip to content

Commit ec793cc

Browse files
committed
Use the wording eagery for error publisher test 104
1 parent 27cb9a2 commit ec793cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tck/src/main/java/org/reactivestreams/tck/support/PublisherVerificationRules.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ public interface PublisherVerificationRules {
135135
* <li>in the {@code Publisher.subscribe(Subscriber)} method, if there is an upstream {@code Publisher},
136136
* that {@code Publisher} is actually subscribed to,</li>
137137
* <li>if the {@code Publisher} implementation is able to emit an {@code onError} without requests,</li>
138-
* <li>if the {@code Publisher} is non-empty as this test requires a {@code Publisher} without items.</li>
138+
* <li>if the {@code Publisher} is non-empty as this test requires a {@code Publisher} to signal an
139+
* {@code onError} eagerly.</li>
139140
* </ul>
140141
*/
141142
void optional_spec104_mustSignalOnErrorWhenFails() throws Throwable;

0 commit comments

Comments
 (0)