diff --git a/tests/Feature/ScheduleCommandsTest.php b/tests/Feature/ScheduleCommandsTest.php deleted file mode 100644 index 71ac45b5..00000000 --- a/tests/Feature/ScheduleCommandsTest.php +++ /dev/null @@ -1,16 +0,0 @@ -map(fn (Event $event): string => $event->command) - ->filter(); - - expect($commands)->each->not->toContain('horizon:snapshot'); - expect($commands->implode("\n"))->not->toContain('horizon:snapshot'); -});