Skip to content

Commit 4709b3a

Browse files
author
Alexandru Scvortov
committed
fix a NPE
1 parent b35b6b7 commit 4709b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void testDeleteDefaultExchange() throws IOException {
4444
fail();
4545
} catch (IOException ioe) {
4646
checkShutdownSignal(AMQP.ACCESS_REFUSED, ioe);
47+
channel = connection.createChannel();
4748
}
4849
try {
4950
channel.exchangeDelete("amq.default");

0 commit comments

Comments
 (0)