Skip to content

Commit 8dfa74e

Browse files
author
Emile Joubert
committed
Remove empty message
1 parent 67c2da0 commit 8dfa74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void dlxTail(boolean persistent) throws IOException, InterruptedException
100100
AMQP.BasicProperties props = setupDlx(persistent);
101101
fill(persistent, true, true);
102102
syncPublish(props, "msg" + MAXLENGTH1);
103-
assertNull(null, channel.basicGet("DLQ", true));
103+
assertNull(channel.basicGet("DLQ", true));
104104
assertHead(1, "msg" + MAXLENGTH1, q);
105105
}
106106

0 commit comments

Comments
 (0)