Skip to content

Commit c348de6

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent 6a6989a commit c348de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/Console/MailatorScheduleCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ public function test_failing_during_run_dont_stop_execution(): void
2727
->constraint(new TrueConstraint)
2828
->actionClass(
2929
new CustomAction(
30-
$user = User::factory()->create([
30+
$user = User::factory()->create([
3131
'email_verified_at' => null,
3232
])
33-
)
33+
)
3434
)
3535
->save();
3636

0 commit comments

Comments
 (0)