Skip to content

Commit 7e2d70c

Browse files
author
Emile Joubert
committed
Make test queue name unique
1 parent e0ecd7a commit 7e2d70c

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
@@ -30,7 +30,7 @@
3030
public class QueueSizeLimit extends BrokerTestCase {
3131

3232
private final int MAXDEPTH = 5;
33-
private final String q = "queue";
33+
private final String q = "queue-maxdepth";
3434

3535
@Override
3636
protected void setUp() throws IOException {

0 commit comments

Comments
 (0)