This commit is contained in:
Sergey Cherepanov 2023-01-27 14:52:08 +03:00 committed by Mikhail Iudin
parent f95123fc43
commit bf3b80825a
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -286,7 +286,8 @@ func TestSyncHandler_HandleFullSyncRequest(t *testing.T) {
SnapshotPath: []string{"h1"},
}
treeMsg := treechangeproto.WrapFullRequest(fullSyncRequest, chWithId)
objectMsg, _ := marshallTreeMessage(treeMsg, "spaceId", treeId, replyId)
objectMsg, _ := marshallTreeMessage(treeMsg, "spaceId", treeId, "")
objectMsg.RequestId = replyId
fullResponse := &treechangeproto.TreeSyncMessage{}
fx.objectTreeMock.EXPECT().