Skip to content

Commit 80b9733

Browse files
author
Vlad Ionescu
committed
small typo
1 parent 2982ee0 commit 80b9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public void testHeadersRouting() throws Exception {
195195

196196
props.setHeaders(new HashMap<String, Object>());
197197
props.getHeaders().put("h1", "12345");
198-
props.getHeaders().put("h2", "bat");
198+
props.getHeaders().put("h2", "bar");
199199
channel.basicPublish("amq.match", "", props, "3".getBytes());
200200

201201
props.setHeaders(new HashMap<String, Object>());

0 commit comments

Comments
 (0)