You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== CONT TestClose
pstoremanager_test.go:111: Hit timeout
controller.go:269: missing call(s) to *pstoremanager_test.MockPeerstore.RemovePeer(is equal to t1Zv2yaZ (peer.ID)) /Users/runner/work/go-libp2p/go-libp2p/p2p/host/pstoremanager/pstoremanager_test.go:106
controller.go:269: aborting test due to missing call(s)
--- FAIL: TestClose (5.14s)
The text was updated successfully, but these errors were encountered:
The problem here is that the event bus might take some time to process the event. Even though we send the event before we close, this doesn't mean that the pstoremanagerreceived the event.
The text was updated successfully, but these errors were encountered: