Skip to content

Commit 0812f0e

Browse files
author
Alexandru Scvortov
committed
remove redundant test
1 parent 4709b3a commit 0812f0e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ public void testDeleteDefaultExchange() throws IOException {
4444
fail();
4545
} catch (IOException ioe) {
4646
checkShutdownSignal(AMQP.ACCESS_REFUSED, ioe);
47-
channel = connection.createChannel();
4847
}
49-
try {
50-
channel.exchangeDelete("amq.default");
51-
} catch (IOException ioe) {
52-
checkShutdownSignal(AMQP.ACCESS_REFUSED, ioe);
53-
}
54-
5548
}
5649
}

0 commit comments

Comments
 (0)