]> BookStack Code Mirror - bookstack/blobdiff - tests/ImageTest.php
Finished refactor of entity repos
[bookstack] / tests / ImageTest.php
index 031517cdb019d1d9380cf4161fc4dd44346d4399..9da12d36bb049531f88dbc2665ad951f3812db74 100644 (file)
@@ -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