mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Create storage fixes
This commit is contained in:
parent
471ebf73a4
commit
42639f17a1
2 changed files with 37 additions and 35 deletions
|
@ -306,7 +306,8 @@ func TestObjectTree(t *testing.T) {
|
|||
IsEncrypted: true,
|
||||
}, aAccount.Acl)
|
||||
require.NoError(t, err)
|
||||
aStore, _ := createStorage(ctx, root, store)
|
||||
aStore, err := createStorage(ctx, root, store)
|
||||
require.NoError(t, err)
|
||||
aTree, err := BuildKeyFilterableObjectTree(aStore, aAccount.Acl)
|
||||
require.NoError(t, err)
|
||||
err = aTree.Delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue