From 5517673f01138559d6de1ac113ff3fa1b87e755b Mon Sep 17 00:00:00 2001 From: Robert Allport Date: Sat, 1 Jun 2024 10:32:22 +0100 Subject: [PATCH] Apply fixes from StyleCI (#4) --- tests/CheckQueueIsRunningTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/CheckQueueIsRunningTest.php b/tests/CheckQueueIsRunningTest.php index 478a5f5..b5adbc3 100644 --- a/tests/CheckQueueIsRunningTest.php +++ b/tests/CheckQueueIsRunningTest.php @@ -31,7 +31,7 @@ public function it_determines_the_required_processes_for_horizon() config()->set( [ 'f9web-queue-check.expected-output' => 'artisan horizon:work redis --delay=0 --memory=128', - 'f9web-queue-check.processes' => 10, + 'f9web-queue-check.processes' => 10, ] ); @@ -81,7 +81,7 @@ public function it_fires_an_event_when_the_expected_number_of_processes_are_not_ config()->set( [ 'f9web-queue-check.expected-output' => 'artisan abc123', - 'f9web-queue-check.processes' => 20, + 'f9web-queue-check.processes' => 20, ] ); @@ -106,7 +106,7 @@ public function it_fetches_the_output() config()->set( [ 'f9web-queue-check.expected-output' => 'artisan abc123', - 'f9web-queue-check.processes' => 20, + 'f9web-queue-check.processes' => 20, ] );