Skip to content

Commit

Permalink
Fix ReqRespFake
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Dec 7, 2021
1 parent 505ae7a commit 38736a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ describe("network / peers / PeerManager", function () {
ping = sinon.stub();
beaconBlocksByRange = sinon.stub();
beaconBlocksByRoot = sinon.stub();
prune = sinon.stub();
}

it("Should request metadata on receivedPing of unknown peer", async () => {
Expand Down

0 comments on commit 38736a7

Please sign in to comment.