mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Fix sync integration test
This commit is contained in:
parent
f30ab827d2
commit
8b30267d5e
7 changed files with 47 additions and 42 deletions
|
@ -41,7 +41,7 @@ func (s *spaceStorageProvider) WaitSpaceStorage(ctx context.Context, id string)
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return spacestorage.New(id, db), nil
|
||||
return spacestorage.New(ctx, id, db)
|
||||
}
|
||||
|
||||
func (s *spaceStorageProvider) SpaceExists(id string) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue