Skip to content

Commit

Permalink
Merge pull request #8267 from ladybirdweb/analysis-JGeZkE
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
bhanu2217 authored Oct 26, 2023
2 parents 83ed0d1 + e88a518 commit 50aaa92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Unit/ArticleControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ public function setUp(): void
$password = Hash::make($str);
$email = $faker->unique()->email();
$user = new User([
'first_name' => $faker->firstName(),
'last_name' => $faker->lastName(),
'email' => $email,
'user_name' => $faker->unique()->userName(),
'password' => $password,
'active' => 1,
'role' => 'agent',
'first_name' => $faker->firstName(),
'last_name' => $faker->lastName(),
'email' => $email,
'user_name' => $faker->unique()->userName(),
'password' => $password,
'active' => 1,
'role' => 'agent',
'agent_tzone' => 81,
]);
$user->save();
Expand Down

0 comments on commit 50aaa92

Please sign in to comment.