Skip to content

Commit 636a2af

Browse files
committed
move the snsqs tests at the end
1 parent 36a31fb commit 636a2af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/Spec/SnsQsSendToTopicAndReceiveNoWaitFromQueueTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ class SnsQsSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiv
1616
use RetryTrait;
1717
use SnsQsFactoryTrait;
1818

19-
protected function setUp(): void
20-
{
21-
try {
22-
$this->cleanUpSnsQs();
23-
} catch (\Exception $e) {
24-
}
25-
}
26-
2719
protected function tearDown(): void
2820
{
2921
parent::tearDown();

0 commit comments

Comments
 (0)