Skip to content

Commit

Permalink
wip: peer discovery integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 1, 2023
1 parent 333b1e9 commit a00b9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/integration/peer_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ func (s *backgroundPeerDiscoverySuite) ANetworkContainingANode(nodeLabel string)
firstServiceURL := generics_testutil.GetKeys(s.busMocks)[0]
s.addServiceURLWithLabel(nodeLabel, firstServiceURL)

debugNotifee := testutil.NewDebugNotifee(s)
//debugNotifee := testutil.NewDebugNotifee(s)
bootstrapP2PModule := s.p2pModules[firstServiceURL]
bootstrapP2PModule.(*p2p.P2PModule).GetHost().Network().Notify(debugNotifee)
//bootstrapP2PModule.(*p2p.P2PModule).GetHost().Network().Notify(debugNotifee)

err := bootstrapP2PModule.Start()
require.NoError(s, err)
Expand Down

0 comments on commit a00b9d1

Please sign in to comment.