Skip to content

Commit

Permalink
[hotfix][tests] let MeterViewTest extend from TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoK committed Aug 15, 2019
1 parent d9f0127 commit 3e8774d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

package org.apache.flink.metrics;

import org.apache.flink.util.TestLogger;

import org.junit.Test;

import static org.apache.flink.metrics.View.UPDATE_INTERVAL_SECONDS;
Expand All @@ -26,7 +28,7 @@
/**
* Tests for the MeterView.
*/
public class MeterViewTest {
public class MeterViewTest extends TestLogger {
@Test
public void testGetCount() {
Counter c = new SimpleCounter();
Expand Down

0 comments on commit 3e8774d

Please sign in to comment.