Trying to fix build

This commit is contained in:
Marcin Grzejszczak
2016-03-17 16:56:23 +01:00
parent 18b0ea8bea
commit bb456ffab2

View File

@@ -36,6 +36,7 @@ import com.netflix.hystrix.HystrixCommandGroupKey;
import com.netflix.hystrix.HystrixCommandKey;
import com.netflix.hystrix.HystrixCommandProperties;
import com.netflix.hystrix.HystrixThreadPoolProperties;
import com.netflix.hystrix.strategy.HystrixPlugins;
import static com.netflix.hystrix.HystrixCommand.Setter.withGroupKey;
import static com.netflix.hystrix.HystrixCommandGroupKey.Factory.asKey;
@@ -50,6 +51,7 @@ public class TraceCommandTests {
@Before
public void setup() {
HystrixPlugins.reset();
TestSpanContextHolder.removeCurrentSpan();
}