mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -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
380233044c
commit
e9bd87af96
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,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