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 9a78bed commit 0e5b775Copy full SHA for 0e5b775
test/src/com/rabbitmq/client/test/functional/UnexpectedFrames.java
@@ -90,9 +90,7 @@ private void expectUnexpectedFrameError(Confuser confuser) throws IOException {
90
fail("We should have seen an UNEXPECTED_FRAME by now");
91
}
92
catch (IOException e) {
93
- // todo: use AMQP.UNEXPECTED_FRAME as soon as
94
- // 0.9.1 codegen becomes available
95
- checkShutdownSignal(505, e);
+ checkShutdownSignal(AMQP.UNEXPECTED_FRAME, e);
96
97
98
0 commit comments