Skip to content

Commit eab5192

Browse files
Fix collector unit test
1 parent bcb66e1 commit eab5192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/Backup/Collector/DropboxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function ($item) {
6666

6767
$dropboxClientStub->expects($this->once())
6868
->method('listFolder')
69-
->with('backups/', ['limit' => 100, 'recursive' => true])
69+
->with('backups/', ['recursive' => true])
7070
->willReturn($dropboxFileListResult);
7171

7272
$time = time();

0 commit comments

Comments
 (0)