Making tests less brittle

This commit is contained in:
Marcin Grzejszczak
2018-10-30 12:55:40 +01:00
parent f7865eddb1
commit a0a559414d

View File

@@ -123,7 +123,6 @@ public class SpanSubscriberTests {
});
then(this.tracer.currentSpan()).isNotNull();
then(spanInOperation.get()).isInstanceOf(ScopePassingSpanSubscriber.class);
Mono.<Integer>empty().subscribe(new BaseSubscriber<Integer>() {
@Override