Fix test message and add 'user' to it

This commit is contained in:
Jens-Christian Fischer 2015-06-11 13:44:38 +02:00
parent 0013c4115e
commit bffadd069d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class DeleteTest extends TestCase {
public function validUserLastSeen() {
return [
[true, 'The specified user was deleted'],
[false, 'The specified could not be deleted'],
[false, 'The specified user could not be deleted'],
];
}