Skip to content

Commit be35ad3

Browse files
committed
Merge pull request #219 from ktoso/fixup-minor
=tck minor test name fixup, it is a required test
2 parents 63074af + adbd958 commit be35ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tck/src/test/java/org/reactivestreams/tck/PublisherVerificationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public void required_spec109_subscribeThrowNPEOnNullSubscriber_shouldFailIfDoesn
264264
}
265265

266266
@Test
267-
public void optional_spec109_mayRejectCallsToSubscribeIfPublisherIsUnableOrUnwillingToServeThemRejectionMustTriggerOnErrorAfterOnSubscribe_actuallyPass() throws Throwable {
267+
public void required_spec109_mayRejectCallsToSubscribeIfPublisherIsUnableOrUnwillingToServeThemRejectionMustTriggerOnErrorAfterOnSubscribe_actuallyPass() throws Throwable {
268268
customPublisherVerification(SKIP, new Publisher<Integer>() {
269269
@Override public void subscribe(Subscriber<? super Integer> s) {
270270
s.onSubscribe(new NoopSubscription());

0 commit comments

Comments
 (0)