mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Filter no read key changes
This commit is contained in:
parent
87ceaec712
commit
ea956f1ffc
9 changed files with 155 additions and 44 deletions
|
@ -162,7 +162,7 @@ func TestObjectTree(t *testing.T) {
|
|||
bStore = aTree.Storage().(*treestorage.InMemoryTreeStorage).Copy()
|
||||
root, _ = bStore.Root()
|
||||
heads, _ := bStore.Heads()
|
||||
err = ValidateRawTreeBuildFunc(treestorage.TreeStorageCreatePayload{
|
||||
_, err = ValidateRawTreeBuildFunc(treestorage.TreeStorageCreatePayload{
|
||||
RootRawChange: root,
|
||||
Changes: bStore.AllChanges(),
|
||||
Heads: heads,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue