Skip to content

Commit

Permalink
noop listener in testcase for onMetricsSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Mar 3, 2021
1 parent 5324e08 commit 3a70ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@RunWith(VertxUnitRunner.class)
public class SystemContextTest {
private SystemContext context;
private OnMetricListener listener;
private OnMetricListener listener = metrics -> { };
private SystemSettings settings;

@Rule
Expand Down

0 comments on commit 3a70ff7

Please sign in to comment.