Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Correct description from P2P unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-G committed Aug 26, 2019
1 parent 07d7bb2 commit dbae947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/lisk-p2p/test/unit/peer_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe('peerPool', () => {
});
});

describe('#getUniqueConnectedPeers', () => {
describe('#getUniqueOutboundConnectedPeers', () => {
const samplePeers = initializePeerInfoList();

describe('when two peers have same peer infos', () => {
Expand Down

0 comments on commit dbae947

Please sign in to comment.