Skip to content

Commit

Permalink
Make large file for test above the limit number
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Aug 3, 2023
1 parent 6522245 commit 350df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsyncengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ private slots:
QVERIFY(fakeFolder.syncOnce());
QCOMPARE(spy.count(), 0);

fakeFolder.remoteModifier().insert(testLargeFile, 128);
fakeFolder.remoteModifier().insert(testLargeFile, 256);
QVERIFY(fakeFolder.syncOnce());
QCOMPARE(spy.count(), 1);
}
Expand Down

0 comments on commit 350df23

Please sign in to comment.