mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
Fix flaky test for backup
This commit is contained in:
parent
9d3f2d82f1
commit
fd2f3206d4
@ -355,7 +355,7 @@ func (s *MessengerBackupSuite) TestBackupBlockedContacts() {
|
||||
_, err = WaitOnMessengerResponse(
|
||||
bob2,
|
||||
func(r *MessengerResponse) bool {
|
||||
return len(bob2.Contacts()) >= 1
|
||||
return len(bob2.AddedContacts()) >= 1
|
||||
},
|
||||
"contacts not backed up",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user