Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk authored and github-actions[bot] committed Apr 18, 2023
1 parent 2fa7d2f commit afa2b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Models/MailatorScheduleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function test_can_use_carbon_target_date_before(): void

$scheduler->save();

// MailatorSchedule::run();
// Mail::assertNothingSent();
// MailatorSchedule::run();
// Mail::assertNothingSent();

$this->travelTo(now()->addDays(6));
MailatorSchedule::run();
Expand Down

0 comments on commit afa2b77

Please sign in to comment.