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…
Reference in New Issue