Adjust chunking test for non-existing target node

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-08-12 08:18:35 +02:00 committed by backportbot[bot]
parent 4c9fce62db
commit d0d5275474

View file

@ -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() {