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

NC 2004 no discovery still talk to bootnodes #624

Merged
merged 21 commits into from
Jan 23, 2019
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tear down
  • Loading branch information
macfarla committed Jan 22, 2019
commit f4c4eb9ef60b2337855a738801c35d769d1ef395
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ public void setUp() throws Exception {
public void shouldConnectToOtherPeer() {
fullNode.verify(net.awaitPeerCount(0));
}

@Override
public void tearDownAcceptanceTestBase() {
noDiscoveryCluster.stop();
super.tearDownAcceptanceTestBase();
}
}