Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed May 22, 2024
1 parent 434e715 commit 30feab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/DailyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ public function test_daily(): void

$source = Source::factory()
->create([
'active' => 1,
'recurring' => RecurringTypeEnum::Daily,
'last_run' => null,
]);

$output = Output::factory()
->create([
'active' => 1,
'recurring' => RecurringTypeEnum::Daily,
'last_run' => null,
]);
Expand Down

0 comments on commit 30feab2

Please sign in to comment.