Fix flaky test for backup

This commit is contained in:
Andrea Maria Piana 2021-12-02 09:36:48 +00:00
parent 9d3f2d82f1
commit fd2f3206d4
1 changed files with 1 additions and 1 deletions

View File

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