[#86] Removes the sampler param. Fixed #86

This commit is contained in:
Marcin Grzejszczak
2016-01-18 17:06:09 +01:00
parent 82ed9f78a1
commit 11c0846353
18 changed files with 26 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ public class StreamSpanListenerTests {
@Test
public void nullSpanName() {
Trace context = this.traceManager.startSpan(null, null);
Trace context = this.traceManager.startSpan(null, (Sampler) null);
this.application.publishEvent(new ClientSentEvent(this, context.getSpan()));
this.traceManager.close(context);
assertEquals(1, this.test.spans.size());