Skip to content

Commit 4f557af

Browse files
author
Matthias Radestock
committed
minor refactoring
1 parent 22bff45 commit 4f557af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected void declareDurableQueue(String q)
8989
protected void declareAndBindDurableQueue(String q, String x, String r)
9090
throws IOException
9191
{
92-
channel.queueDeclare(q, true);
92+
declareDurableQueue(q);
9393
channel.queueBind(q, x, r);
9494
}
9595

0 commit comments

Comments
 (0)