fix tests

This commit is contained in:
bcmmbaga
2024-08-16 12:24:06 +03:00
parent 8826196503
commit f29f8c009f
13 changed files with 57 additions and 61 deletions

View File

@@ -220,7 +220,6 @@ func (am *DefaultAccountManager) UpdatePeer(ctx context.Context, accountID, user
}
account.UpdatePeer(peer)
account.Network.IncSerial()
err = am.Store.SaveAccount(ctx, account)
if err != nil {
return nil, err