X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/65796cfc7b7a04f0e61b2ce682c6cfce9d421b23..refs/pull/262/head:/tests/ImageTest.php diff --git a/tests/ImageTest.php b/tests/ImageTest.php index 031517cdb..9da12d36b 100644 --- a/tests/ImageTest.php +++ b/tests/ImageTest.php @@ -90,7 +90,7 @@ class ImageTest extends TestCase 'type' => 'gallery' ]); - $this->assertFalse(file_exists(public_path($relPath)), 'Uploaded image has been deleted'); + $this->assertFalse(file_exists(public_path($relPath)), 'Uploaded image has not been deleted as expected'); } } \ No newline at end of file