Skip to content

Commit 232fded

Browse files
author
Simon MacMullen
committed
I can't believe I missed this when I fixed a bunch of other bugs in Permissions.java.
1 parent eace42c commit 232fded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/client/test/server/Permissions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ protected void runTest(boolean exp, String name, WithName test)
355355
test.with(name);
356356
assertTrue(msg, exp);
357357
} catch (IOException e) {
358+
assertFalse(msg, exp);
358359
checkShutdownSignal(AMQP.ACCESS_REFUSED, e);
359360
openConnection();
360361
openChannel();

0 commit comments

Comments
 (0)