Skip to content

Commit 3a70ff7

Browse files
author
Robin Duda
committed
noop listener in testcase for onMetricsSnapshot
1 parent 5324e08 commit 3a70ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/test/java/com/codingchili/core/context/SystemContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@RunWith(VertxUnitRunner.class)
2626
public class SystemContextTest {
2727
private SystemContext context;
28-
private OnMetricListener listener;
28+
private OnMetricListener listener = metrics -> { };
2929
private SystemSettings settings;
3030

3131
@Rule

0 commit comments

Comments
 (0)