Skip to content

Commit

Permalink
fix(udp)_: fix for the TestUDPNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyoul committed Jan 23, 2025
1 parent 5240da6 commit 8b84bbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/pairing/peers/udp_notifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ func (s *UDPPeerDiscoverySuite) TestUDPNotifier() {
s.Require().NotEmpty(tsl.log)

for _, address := range tsl.log {
s.Require().Len(address, 2)

s.Require().GreaterOrEqual(address, 1)
for device := range address {
if !(device == n1 || device == n2) {
s.Require().Failf("unknown device name", device)
Expand Down

0 comments on commit 8b84bbf

Please sign in to comment.