We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb7cd6 commit 41a9dddCopy full SHA for 41a9ddd
test/src/com/rabbitmq/client/test/functional/TransactionsBase.java
@@ -233,8 +233,7 @@ public void testUnknownTagAck()
233
// "On a transacted channel, this check MUST be done immediately and
234
// not delayed until a Tx.Commit."
235
expectError(AMQP.PRECONDITION_FAILED);
236
- connection = null;
237
- openConnection();
+ openChannel();
238
}
239
240
/*
0 commit comments