fix_: flaky test TestUDPNotifier (#5733)

This commit is contained in:
Igor Sirotin 2024-08-23 21:54:05 +01:00 committed by GitHub
parent e0eb737c51
commit 5da91fe215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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)