Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Add accidentally removed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaxter committed Apr 29, 2019
1 parent 35bcda3 commit cc7baab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public TestNode(
.metricsSystem(new NoOpMetricsSystem())
.supportedCapabilities(capabilities)
.build())
.metricsSystem(new NoOpMetricsSystem())
.build();
network = networkRunner.getNetwork();
network.subscribeDisconnect(
Expand Down

0 comments on commit cc7baab

Please sign in to comment.