Skip to content

Commit 2f60783

Browse files
committed
better cleanup with tests
1 parent c58f5f5 commit 2f60783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/RabbitMQHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ protected function tearDown(): void
6060
// Clear test queues
6161
try {
6262
$this->handler->clear('test-queue');
63+
$this->handler->clear('test-queue-1');
64+
$this->handler->clear('test-queue-2');
6365
$this->handler->clear('priority-test');
6466
$this->handler->clear('custom-priority-queue');
6567
} catch (Throwable) {

0 commit comments

Comments
 (0)