Skip to content

Commit 8ebf70d

Browse files
author
Simon MacMullen
committed
Eliminate whooshing sound.
1 parent 956ff5c commit 8ebf70d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ protected void createResources() throws IOException {
3131

3232
@Override
3333
protected void releaseResources() throws IOException {
34-
try {
35-
channel.exchangeDelete(DLX);
36-
} catch (IOException err) {
37-
// whoosh!
38-
}
34+
channel.exchangeDelete(DLX);
3935
}
4036

4137
public void testDeclareQueueWithExistingDeadLetterExchange()

0 commit comments

Comments
 (0)