Skip to content

Commit

Permalink
Enable connection
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Sep 22, 2023
1 parent fbbf3af commit 8bc13ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Queue/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
];
}
}

0 comments on commit 8bc13ff

Please sign in to comment.