fix ephemeral test

This commit is contained in:
Pedro Costa
2025-07-08 08:58:31 +01:00
parent 470b80c1b8
commit 7d9ca73f6c

View File

@@ -37,6 +37,10 @@ func (a MocAccountManager) DeletePeer(_ context.Context, accountID, peerID, user
return nil //nolint:nil
}
func (a MocAccountManager) BufferUpdateAccountPeers(ctx context.Context, accountID string) {
// noop
}
func (a MocAccountManager) GetStore() store.Store {
return a.store
}