Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 15, 2023
1 parent 377ca7d commit 3c9aed7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ describe("network / peers / PeerManager", function () {
maxPeers: 50,
discv5: null,
discv5FirstQueryDelayMs: 0,
}
},
null
);

return {statusCache, clock, libp2p, reqResp, peerManager, networkEventBus};
Expand Down

0 comments on commit 3c9aed7

Please sign in to comment.