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 3a7d68b commit 94ec189Copy full SHA for 94ec189
test/src/com/rabbitmq/client/test/functional/InvalidAcksBase.java
@@ -29,7 +29,7 @@ public void testDoubleAck()
29
channel.basicAck(tag, false);
30
31
32
- expectChannelError(AMQP.NOT_FOUND);
+ expectChannelError(AMQP.PRECONDITION_FAILED);
33
}
34
35
private void expectChannelError(int error) {
@@ -46,6 +46,6 @@ public void testCrazyAck()
46
{
47
select();
48
channel.basicAck(123456, false);
49
50
51
-}
+}
0 commit comments