Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CaReS0107 authored and github-actions[bot] committed Feb 22, 2024
1 parent 1c69633 commit ed87b0b
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 ed87b0b

Please sign in to comment.