Skip to content

Commit

Permalink
Apply fixes from StyleCI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Allport authored Jun 1, 2024
1 parent 00f9285 commit 5517673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CheckQueueIsRunningTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
);

Expand Down Expand Up @@ -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,
]
);

Expand All @@ -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,
]
);

Expand Down

0 comments on commit 5517673

Please sign in to comment.