diff --git a/test/libsyncengine/propagation/executor/testexecutorworker.cpp b/test/libsyncengine/propagation/executor/testexecutorworker.cpp index 7a1fecb36..68fd8a6ae 100644 --- a/test/libsyncengine/propagation/executor/testexecutorworker.cpp +++ b/test/libsyncengine/propagation/executor/testexecutorworker.cpp @@ -186,13 +186,13 @@ SyncOpPtr TestExecutorWorker::generateSyncOperationWithNestedNodes(const DbNodeI "local_parent_id", testhelpers::defaultTime, testhelpers::defaultTime, testhelpers::defaultFileSize, _syncPal->updateTree(ReplicaSide::Local)->rootNode()); - auto node = - std::make_shared(dbNodeId, ReplicaSide::Local, "test_file.txt", nodeType, OperationType::None, "local_child_id", - testhelpers::defaultTime, testhelpers::defaultTime, testhelpers::defaultFileSize, parentNode); + auto node = std::make_shared(dbNodeId, ReplicaSide::Local, Str("test_file.txt"), nodeType, OperationType::None, + "local_child_id", testhelpers::defaultTime, testhelpers::defaultTime, + testhelpers::defaultFileSize, parentNode); auto correspondingNode = - std::make_shared(dbNodeId, ReplicaSide::Remote, "test_file.txt", nodeType, OperationType::None, + std::make_shared(dbNodeId, ReplicaSide::Remote, Str("test_file.txt"), nodeType, OperationType::None, "remote_child_id", testhelpers::defaultTime, testhelpers::defaultTime, testhelpers::defaultFileSize, _syncPal->updateTree(ReplicaSide::Remote)->rootNode());