Skip to content

Commit 3a1970e

Browse files
committed
fix github action
1 parent 7d05e15 commit 3a1970e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Feature/RabbitMQQueueTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ public function testRabbitMQSize(): void
2929
$this->assertTrue($this->connection->getConnection()->isConnected());
3030
$this->assertTrue($this->connection->getConnection()->channel()->is_open());
3131

32-
// $this->assertEquals(0, $this->connection->size());
33-
3432
dispatch(new TestJobMock('Farhad Zand'))->onQueue($queue);
3533
$this->assertEquals(1, $this->connection->size($queue));
36-
$this->connection->purgeQueue($queue);
3734
}
3835

3936
public function testRabbitMQDeclareQueue(): void

0 commit comments

Comments
 (0)