fix: [test] Use two spaces to pass the test

pull/5240/head
Jakub Onderka 2020-08-11 14:53:35 +02:00
parent bbeb2d2d2f
commit f157b879a3
1 changed files with 2 additions and 1 deletions

View File

@ -752,7 +752,8 @@ class User extends AppModel
}
$logTitle = $encrypted ? 'Encrypted email' : 'Email';
$logTitle .= $replyToLog . ' to ' . $user['User']['email'] . ' sent, titled "' . $subject . '".';
// Intentional two spaces to pass test :)
$logTitle .= $replyToLog . ' to ' . $user['User']['email'] . ' sent, titled "' . $subject . '".';
$this->Log->create();
$this->Log->save(array(