Skip to content

Commit

Permalink
Merge pull request #219 from ktoso/fixup-minor
Browse files Browse the repository at this point in the history
=tck minor test name fixup, it is a required test
  • Loading branch information
rkuhn committed Mar 12, 2015
2 parents 63074af + adbd958 commit be35ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public void required_spec109_subscribeThrowNPEOnNullSubscriber_shouldFailIfDoesn
}

@Test
public void optional_spec109_mayRejectCallsToSubscribeIfPublisherIsUnableOrUnwillingToServeThemRejectionMustTriggerOnErrorAfterOnSubscribe_actuallyPass() throws Throwable {
public void required_spec109_mayRejectCallsToSubscribeIfPublisherIsUnableOrUnwillingToServeThemRejectionMustTriggerOnErrorAfterOnSubscribe_actuallyPass() throws Throwable {
customPublisherVerification(SKIP, new Publisher<Integer>() {
@Override public void subscribe(Subscriber<? super Integer> s) {
s.onSubscribe(new NoopSubscription());
Expand Down

0 comments on commit be35ad3

Please sign in to comment.