Fix flaky test for backup
This commit is contained in:
parent
9d3f2d82f1
commit
fd2f3206d4
|
@ -355,7 +355,7 @@ func (s *MessengerBackupSuite) TestBackupBlockedContacts() {
|
||||||
_, err = WaitOnMessengerResponse(
|
_, err = WaitOnMessengerResponse(
|
||||||
bob2,
|
bob2,
|
||||||
func(r *MessengerResponse) bool {
|
func(r *MessengerResponse) bool {
|
||||||
return len(bob2.Contacts()) >= 1
|
return len(bob2.AddedContacts()) >= 1
|
||||||
},
|
},
|
||||||
"contacts not backed up",
|
"contacts not backed up",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue