mirror of
https://github.com/status-im/status-go.git
synced 2025-01-17 18:22:13 +00:00
fix_: flaky test TestUDPNotifier (#5733)
This commit is contained in:
parent
e0eb737c51
commit
5da91fe215
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user