Skip to content

Commit c3dd63b

Browse files
author
Hubert Plociniczak
committed
Delete transient exchange at the end of the test
1 parent 67d2f44 commit c3dd63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void testBind()
8484
B = true;
8585
}
8686
channel.queueDelete(ticket, Q);
87+
channel.exchangeDelete(ticket, X);
8788

8889
assertTrue(B);
8990

0 commit comments

Comments
 (0)