mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
fix test
This commit is contained in:
parent
deaecca6db
commit
ed3b8ff03f
1 changed files with 8 additions and 0 deletions
|
@ -379,6 +379,14 @@ var _ coordinatorclient.CoordinatorClient = (*mockCoordinatorClient)(nil)
|
|||
type mockCoordinatorClient struct {
|
||||
}
|
||||
|
||||
func (m mockCoordinatorClient) SpaceMakeShareable(ctx context.Context, spaceId string) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m mockCoordinatorClient) SpaceMakeUnshareable(ctx context.Context, spaceId string) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m mockCoordinatorClient) AccountLimitsSet(ctx context.Context, req *coordinatorproto.AccountLimitsSetRequest) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue