test_case_fix

This commit is contained in:
KNaveenraj-ladybird
2023-10-26 22:32:54 +05:30
parent c24911a050
commit f8450a8ed8
6 changed files with 81 additions and 51 deletions

View File

@@ -26,8 +26,7 @@ class CategoryControllerTest extends TestCase
//Create User -> Agent
//$str = Str::random(10);
$str = 'demopass';
$str = Str::random(10);
$password = Hash::make($str);
$email = $faker->unique()->email();
$user = new User([