mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Adjust chunking test for non-existing target node
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
4c9fce62db
commit
d0d5275474
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class ChunkingPluginTest extends TestCase {
|
|||
->with('OC-Total-Length')
|
||||
->willReturn(4);
|
||||
|
||||
$this->assertNull($this->plugin->beforeMove('source', 'target'));
|
||||
$this->assertFalse($this->plugin->beforeMove('source', 'target'));
|
||||
}
|
||||
|
||||
public function testBeforeMoveFutureFileMoveIt() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue