Skip to content

Commit

Permalink
Adjust the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
trandangtri committed Dec 12, 2017
1 parent 2c91cd2 commit 33dccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Command/QueueWorkerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testExecuteWithInvalidAmountMessages()

$this->expectException(\InvalidArgumentException::class);
$commandTester->execute([
'name' => 'non-existing-queue',
'name' => 'basic_queue',
'--messages' => -1
]);
}
Expand Down

0 comments on commit 33dccab

Please sign in to comment.