We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c03197 commit 9816b6cCopy full SHA for 9816b6c
projects/Unit/TestBasicProperties.cs
@@ -210,7 +210,7 @@ public void TestPropertiesRountrip_Headers()
210
using (IModel m = c.CreateModel())
211
{
212
QueueDeclareOk q = m.QueueDeclare();
213
- var bp = new BasicProperties() { Headers = new Dictionary<string, object>()};
+ var bp = new BasicProperties() { Headers = new Dictionary<string, object>() };
214
bp.Headers["Hello"] = "World";
215
byte[] sendBody = Encoding.UTF8.GetBytes("hi");
216
byte[] consumeBody = null;
0 commit comments