Skip to content

Commit

Permalink
move the snsqs tests at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
p-pichet committed Aug 9, 2024
1 parent 36a31fb commit 636a2af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Tests/Spec/SnsQsSendToTopicAndReceiveNoWaitFromQueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ class SnsQsSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiv
use RetryTrait;
use SnsQsFactoryTrait;

protected function setUp(): void
{
try {
$this->cleanUpSnsQs();
} catch (\Exception $e) {
}
}

protected function tearDown(): void
{
parent::tearDown();
Expand Down

0 comments on commit 636a2af

Please sign in to comment.