From 63e472e8a4ebbfbbec2f0b300733e5b4f57c7764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Thu, 16 Apr 2026 15:14:16 +0100 Subject: [PATCH] test(schedule): remove stale horizon snapshot (#298) - remove random and silly test --- tests/Feature/ScheduleCommandsTest.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/Feature/ScheduleCommandsTest.php 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'); -});