Skip to content

Commit 702db25

Browse files
author
Emile Joubert
committed
Use auto-generated queuename in test
1 parent 31a9e02 commit 702db25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestRecoverAfterCancel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ [SetUp] public void Connect()
8484
{
8585
Connection = new ConnectionFactory().CreateConnection();
8686
Channel = Connection.CreateModel();
87-
Queue = Channel.QueueDeclare("recover_test");
87+
Queue = Channel.QueueDeclare("");
8888
}
8989

9090
[TearDown] public void Disconnect()

0 commit comments

Comments
 (0)