Added missing scope clearing

This commit is contained in:
Marcin Grzejszczak
2021-02-25 16:02:00 +01:00
parent 899410a2b0
commit 985e669f02

View File

@@ -50,6 +50,7 @@ public abstract class SleuthSpanCreatorAspectTests {
@BeforeEach
public void setup() {
this.spans.clear();
this.tracer.withSpan(null);
}
@Test