fixes for tests

This commit is contained in:
David Bomba 2019-04-18 17:24:53 +10:00
parent 788a42e9a4
commit 8ad045ecc4

View File

@ -41,7 +41,7 @@ class CreateUser
*/ */
public function handle() : ?User public function handle() : ?User
{ {
$x = mt_rand(1,10); $x = mt_rand(1,100);
$email = 'turbo124+'. $x .'@gmail.com'; $email = 'turbo124+'. $x .'@gmail.com';