Remove useless syncs
This commit is contained in:
parent
8b7be48522
commit
fc0ff0df1c
52 changed files with 0 additions and 103 deletions
|
|
@ -12,7 +12,6 @@ export const mcDeleteThenOfflineRenameTest: TestDefinition = {
|
|||
{ type: "create", client: 0, path: "C.md", content: "unrelated" },
|
||||
{ type: "enable-sync", client: 0 },
|
||||
{ type: "enable-sync", client: 1 },
|
||||
{ type: "sync" },
|
||||
{ type: "barrier" },
|
||||
|
||||
{ type: "disable-sync", client: 1 },
|
||||
|
|
@ -23,7 +22,6 @@ export const mcDeleteThenOfflineRenameTest: TestDefinition = {
|
|||
{ type: "rename", client: 1, oldPath: "A.md", newPath: "B.md" },
|
||||
|
||||
{ type: "enable-sync", client: 1 },
|
||||
{ type: "sync" },
|
||||
{ type: "barrier" },
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue