We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab717b9 commit 68f7b37Copy full SHA for 68f7b37
projects/Test/Integration/TestBasicPublishAsync.cs
@@ -86,7 +86,7 @@ await _channel.BasicPublishAsync(exchange: string.Empty, routingKey: routingKey,
86
Assert.NotEqual(0, prex.ReplyCode);
87
Assert.NotNull(prex.ReplyText);
88
Assert.Equal("NO_ROUTE", prex.ReplyText);
89
-
+
90
}
91
92
0 commit comments