Skip to content

Commit

Permalink
Make trashbin test error message more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 25, 2020
1 parent 9f8b19c commit f1bb17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/TrashbinContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public function asFileOrFolderExistsInTrash($user, $path) {

Assert::assertNotNull(
$firstEntry,
"The first trash entry is found null unexpectedly"
"The first trash entry was not found while looking for trashbin entry '$path' of user '$user'"
);

if (\count($sections) !== 1) {
Expand Down

0 comments on commit f1bb17b

Please sign in to comment.