Skip to content

Commit

Permalink
Remove faulty assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Aug 16, 2023
1 parent bf60d55 commit fdd8a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/wsNetwork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,6 @@ func TestUpdatePhonebookAddressesPersistentPeers(t *testing.T) {

// Check that entries are in fact in phonebook less any duplicates
dedupedRelayDomains := removeDuplicateStr(relayDomains, false)
require.Equal(t, 0, len(relayDomains)-len(dedupedRelayDomains))

relayPeers := nw.GetPeers(PeersPhonebookRelays)
require.Equal(t, len(dedupedRelayDomains)+len(persistentPeers), len(relayPeers))
Expand Down

0 comments on commit fdd8a01

Please sign in to comment.