Making tests less brittle

This commit is contained in:
Marcin Grzejszczak
2018-10-30 12:23:39 +01:00
parent 77f40a62d7
commit f7865eddb1

View File

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