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.
2 parents 3a7d68b + 94ec189 commit c7c12d9Copy full SHA for c7c12d9
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