Further build improvements (#1486)

This commit is contained in:
Grzegorz Piwowarek
2017-03-25 11:00:16 +01:00
committed by GitHub
parent efc2043e52
commit 669f4d6dce
4 changed files with 26 additions and 2 deletions
@@ -11,7 +11,7 @@ import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
public class MetricsTest {
public class MetricsIntegrationTest {
@Test
public void whenMarkMeter_thenCorrectRates() throws InterruptedException {
Meter meter = new Meter();