Skip to content

Commit 3cfdd61

Browse files
committed
Bump the number of tests in move.
1 parent 9e7ed76 commit 3cfdd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/move.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('/move operation', function() {
5555
});
5656

5757
it('moves a folder', async () => {
58-
const limit = 1;
58+
const limit = 5;
5959
for (let i = 0; i < limit; i++) {
6060
const blob = new Blob(['Hello World!'], { type: "text/html" });
6161
let body = new FormData();

0 commit comments

Comments
 (0)