1
0
Fork 0
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:
mcrakhman 2024-02-14 16:27:43 +01:00
parent 87ceaec712
commit ea956f1ffc
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
9 changed files with 155 additions and 44 deletions

View file

@ -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,