Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk authored and actions-user committed Jun 11, 2021
1 parent 6a6989a commit c348de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Console/MailatorScheduleCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public function test_failing_during_run_dont_stop_execution(): void
->constraint(new TrueConstraint)
->actionClass(
new CustomAction(
$user = User::factory()->create([
$user = User::factory()->create([
'email_verified_at' => null,
])
)
)
)
->save();

Expand Down

0 comments on commit c348de6

Please sign in to comment.