close the remote tracer in test

This commit is contained in:
vyzo 2020-04-21 21:02:21 +03:00
parent a613f097ed
commit 9dfdd0bdf9
1 changed files with 1 additions and 1 deletions

View File

@ -314,8 +314,8 @@ func TestRemoteTracer(t *testing.T) {
}
testWithTracer(t, tracer)
time.Sleep(time.Second)
tracer.Close()
mrt.check(t)
}