Skip to content

Commit 6ac64af

Browse files
author
Emile Joubert
committed
Merged stable into default
2 parents 6fba1f4 + 53549d2 commit 6ac64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void SendReceive(ConnectionFactory cf) {
5959
ch.BasicPublish("Exchange_TestSslEndPoint", "Key_TestSslEndpoint", null, msgBytes);
6060

6161
bool noAck = false;
62-
BasicGetResult result = ch.BasicGet("Queue_TestSslEndpoint", noAck);
62+
BasicGetResult result = ch.BasicGet(qName, noAck);
6363
byte[] body = result.Body;
6464
string resultMessage = System.Text.Encoding.UTF8.GetString(body);
6565

0 commit comments

Comments
 (0)