summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/TestSendgrid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Tests/TestSendgrid.cs')
-rw-r--r--SendGrid/Tests/TestSendgrid.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Tests/TestSendgrid.cs b/SendGrid/Tests/TestSendgrid.cs
index dfd4c73..168d906 100644
--- a/SendGrid/Tests/TestSendgrid.cs
+++ b/SendGrid/Tests/TestSendgrid.cs
@@ -356,7 +356,7 @@ namespace Tests
sendgrid.AddSection("tag", "value");
var json = header.JsonString();
- Assert.AreEqual("{\"section\" : {\"tag\" : \"value\"}}", json);
+ Assert.AreEqual("{\"section\" : {\"tag\" : \"value\"}}", json);
}
}
} \ No newline at end of file