diff --git a/tests/Queue/QueueTest.php b/tests/Queue/QueueTest.php index a2758fcd..7e4261dd 100644 --- a/tests/Queue/QueueTest.php +++ b/tests/Queue/QueueTest.php @@ -115,11 +115,11 @@ public function test_push_service_adapter_with_model($connection) public function getConnection(): array { return [ - // ["beanstalkd"], + ["beanstalkd"], ["sqs"], + // ["database"], // ["redis"], // ["rabbitmq"], - // ["database"] ]; } }