test_: update test

This commit is contained in:
frank 2024-09-03 16:10:06 +08:00
parent 837f682e0e
commit 231aff6567
No known key found for this signature in database
GPG Key ID: B56FA1FC264D28FD
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ func (s *MessengerPairingSuite) TestMessengerPairAfterSeedPhrase() {
)
s.Require().NoError(err)
s.Require().NoError(alice1.EnableAndSyncInstallation(&requests.EnableAndSyncInstallation{InstallationID: installationID2}))
_, err = alice1.EnableAndSyncInstallation(&requests.EnableAndSyncInstallation{InstallationID: installationID2})
s.Require().NoError(err)
// check if the display name is synced
err = tt.RetryWithBackOff(func() error {