mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix test message and add 'user' to it
This commit is contained in:
parent
0013c4115e
commit
bffadd069d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue