Skip to content

Commit fd9e48c

Browse files
author
Simon MacMullen
committed
Typo.
1 parent 5386c84 commit fd9e48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void testDeclareQueueWithInvalidDeadLetterRoutingKeyArg()
6262
{
6363
try {
6464
declareQueue("foo", "amq.direct", 144, null);
65-
fail("x-dead-letter-routink-key must be a string");
65+
fail("x-dead-letter-routing-key must be a string");
6666
} catch (IOException ex) {
6767
checkShutdownSignal(AMQP.PRECONDITION_FAILED, ex);
6868
}

0 commit comments

Comments
 (0)