mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-5297: Fix tests
This commit is contained in:
parent
4ef8ca37c4
commit
6906c5e9f5
3 changed files with 6 additions and 26 deletions
|
@ -48,7 +48,11 @@ func (s *pushNotificationServiceDummy) SubscribeToTopics(ctx context.Context, sp
|
|||
|
||||
}
|
||||
|
||||
func (s pushNotificationServiceDummy) BroadcastKeyUpdate(spaceId string, aclState *list.AclState) error {
|
||||
func (s *pushNotificationServiceDummy) CreateSpace(ctx context.Context, spaceId string) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *pushNotificationServiceDummy) BroadcastKeyUpdate(spaceId string, aclState *list.AclState) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue