Skip to content

Commit 41a9ddd

Browse files
author
Simon MacMullen
committed
Even simpler and even more correct.
1 parent ffb7cd6 commit 41a9ddd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ public void testUnknownTagAck()
233233
// "On a transacted channel, this check MUST be done immediately and
234234
// not delayed until a Tx.Commit."
235235
expectError(AMQP.PRECONDITION_FAILED);
236-
connection = null;
237-
openConnection();
236+
openChannel();
238237
}
239238

240239
/*

0 commit comments

Comments
 (0)