diff --git a/Tests/Functional/Command/QueueWorkerCommandTest.php b/Tests/Functional/Command/QueueWorkerCommandTest.php index fee7e8e..6ed3292 100644 --- a/Tests/Functional/Command/QueueWorkerCommandTest.php +++ b/Tests/Functional/Command/QueueWorkerCommandTest.php @@ -57,7 +57,7 @@ public function testExecuteWithInvalidAmountMessages() $this->expectException(\InvalidArgumentException::class); $commandTester->execute([ - 'name' => 'non-existing-queue', + 'name' => 'basic_queue', '--messages' => -1 ]); }