Skip to content

Commit 6ca4809

Browse files
author
Emile Joubert
committed
Update QueueDeclare arguments in test
1 parent 64f34fc commit 6ca4809

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("", false, false, true, false, false, null);
87+
Queue = Channel.QueueDeclare("", false, true, false, null);
8888
}
8989

9090
[TearDown] public void Disconnect()

0 commit comments

Comments
 (0)