We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58f5f5 commit 2f60783Copy full SHA for 2f60783
tests/RabbitMQHandlerTest.php
@@ -60,6 +60,8 @@ protected function tearDown(): void
60
// Clear test queues
61
try {
62
$this->handler->clear('test-queue');
63
+ $this->handler->clear('test-queue-1');
64
+ $this->handler->clear('test-queue-2');
65
$this->handler->clear('priority-test');
66
$this->handler->clear('custom-priority-queue');
67
} catch (Throwable) {
0 commit comments