Skip to content

Commit

Permalink
Fix review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Feb 23, 2022
1 parent 2d68954 commit b24c094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testsyncengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ private slots:
fakeFolder.remoteModifier().remove("A");

// put new files and folders into a local folder "A"
fakeFolder.localModifier().mkdir("A/B/C/c1/c2");
fakeFolder.localModifier().insert("A/B/C/c1/c2/newfile.txt", 100);
fakeFolder.localModifier().insert("A/B/C/c1/c2/Readme.data", 100);
fakeFolder.localModifier().mkdir("A/B/C/c1/c2/newfiles");
Expand Down

0 comments on commit b24c094

Please sign in to comment.