Skip to content

Commit

Permalink
chore: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Aug 10, 2023
1 parent 71f2af7 commit 2aa4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/peermanager/test/peer_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ func TestServiceSlots(t *testing.T) {
require.Equal(t, peerId, h6.ID())

pm.RemovePeer(peerId)
peerId, err = pm.SelectPeer(protocol2, nil, utils.Logger())
_, err = pm.SelectPeer(protocol2, nil, utils.Logger())
require.Error(t, err, utils.ErrNoPeersAvailable)
}

0 comments on commit 2aa4bf7

Please sign in to comment.