Skip to content

Commit 660b42e

Browse files
author
Simon MacMullen
committed
This has been changed in the server.
1 parent 762b11f commit 660b42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public void testUnknownTagAck()
249249
fail("expected exception");
250250
}
251251
catch (IOException e) {
252-
checkShutdownSignal(AMQP.NOT_FOUND, e);
252+
checkShutdownSignal(AMQP.PRECONDITION_FAILED, e);
253253
}
254254
connection = null;
255255
openConnection();

0 commit comments

Comments
 (0)