File tree 3 files changed +4
-4
lines changed
tck/src/main/java/org/reactivestreams/tck
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ public void untested_spec304_requestShouldNotPerformHeavyComputations() throws E
331
331
}
332
332
333
333
@ Override @ Test
334
- public void untested_spec305_cancelMustNotSynchronouslyPerformHeavyCompuatation () throws Exception {
335
- publisherVerification .untested_spec305_cancelMustNotSynchronouslyPerformHeavyCompuatation ();
334
+ public void untested_spec305_cancelMustNotSynchronouslyPerformHeavyComputation () throws Exception {
335
+ publisherVerification .untested_spec305_cancelMustNotSynchronouslyPerformHeavyComputation ();
336
336
}
337
337
338
338
@ Override @ Test
Original file line number Diff line number Diff line change @@ -796,7 +796,7 @@ public void untested_spec304_requestShouldNotPerformHeavyComputations() throws E
796
796
797
797
// Verifies rule: https://github.com/reactive-streams/reactive-streams-jvm#3.5
798
798
@ Override @ Test
799
- public void untested_spec305_cancelMustNotSynchronouslyPerformHeavyCompuatation () throws Exception {
799
+ public void untested_spec305_cancelMustNotSynchronouslyPerformHeavyComputation () throws Exception {
800
800
notVerified (); // cannot be meaningfully tested, or can it?
801
801
}
802
802
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public interface PublisherVerificationRules {
32
32
void required_spec302_mustAllowSynchronousRequestCallsFromOnNextAndOnSubscribe () throws Throwable ;
33
33
void required_spec303_mustNotAllowUnboundedRecursion () throws Throwable ;
34
34
void untested_spec304_requestShouldNotPerformHeavyComputations () throws Exception ;
35
- void untested_spec305_cancelMustNotSynchronouslyPerformHeavyCompuatation () throws Exception ;
35
+ void untested_spec305_cancelMustNotSynchronouslyPerformHeavyComputation () throws Exception ;
36
36
void required_spec306_afterSubscriptionIsCancelledRequestMustBeNops () throws Throwable ;
37
37
void required_spec307_afterSubscriptionIsCancelledAdditionalCancelationsMustBeNops () throws Throwable ;
38
38
void required_spec309_requestZeroMustSignalIllegalArgumentException () throws Throwable ;
You can’t perform that action at this time.
0 commit comments