mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 19:28:29 +00:00
Fix keycard test
This commit is contained in:
parent
c27384680a
commit
c76ca62375
@ -811,7 +811,10 @@ func (s *MessengerBackupSuite) TestBackupKeycards() {
|
||||
_, err = WaitOnMessengerResponse(
|
||||
bob2,
|
||||
func(r *MessengerResponse) bool {
|
||||
return r.BackupHandled
|
||||
syncedKeycards, err := bob2.settings.GetAllKnownKeycards()
|
||||
s.Require().NoError(err)
|
||||
return r.BackupHandled && len(syncedKeycards) == 4
|
||||
|
||||
},
|
||||
"no messages",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user