Skip to content

Commit

Permalink
fix_: flaky test TestUDPNotifier (#5733)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin authored Aug 23, 2024
1 parent e0eb737 commit 5da91fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/pairing/peers/udp_notifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ func (s *UDPPeerDiscoverySuite) TestUDPNotifier() {

wg.Wait()

s.Require().Len(tsl.log, 2)
s.Require().NotEmpty(tsl.log)

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

Expand Down

0 comments on commit 5da91fe

Please sign in to comment.