Skip to content

Commit 87b97d3

Browse files
author
Matthias Radestock
committed
correct silly typo
1 parent 7886764 commit 87b97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void fill(int n)
6767
{
6868
for (int i = 0; i < n; i++) {
6969
channel.basicPublish("amq.fanout", "", null,
70-
Integer.toString(n).getBytes());
70+
Integer.toString(i).getBytes());
7171
}
7272
}
7373

0 commit comments

Comments
 (0)