diff --git a/lib/filestorage/tests/mbz_packer_test.php b/lib/filestorage/tests/mbz_packer_test.php index 682ec47bd7..df6917b1a7 100644 --- a/lib/filestorage/tests/mbz_packer_test.php +++ b/lib/filestorage/tests/mbz_packer_test.php @@ -54,7 +54,7 @@ public function test_archive_with_both_options() { $this->assertNotEmpty($packer->archive_to_pathname($files, $filetrue)); $context = context_system::instance(); $this->assertNotEmpty($storagetrue = $packer->archive_to_storage( - $files, $context->id, 'phpunit', 'data', 0, '/', 'false.mbz')); + $files, $context->id, 'phpunit', 'data', 0, '/', 'true.mbz')); // Check the sizes are different (indicating different formats). $this->assertNotEquals(filesize($filefalse), filesize($filetrue));