adriancole commented on a change in pull request #2632: Fix ThrottledStorageComponent not passing
through health check
URL: https://github.com/apache/incubator-zipkin/pull/2632#discussion_r294024292
##########
File path: zipkin-server/src/test/kotlin/zipkin2/server/internal/throttle/ThrottledStorageComponentTest.kt
##########
@@ -16,7 +16,9 @@ package zipkin2.server.internal.throttle
import com.linecorp.armeria.common.metric.NoopMeterRegistry
import org.assertj.core.api.Assertions.assertThat
import org.junit.Test
+import org.mockito.Mockito.*
Review comment:
please no wildcard imports
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|