summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWataru Sato <awwa500@gmail.com>2015-01-28 18:38:01 +0900
committerWataru Sato <awwa500@gmail.com>2015-01-28 18:38:01 +0900
commitf251c6fbd178d21fef5a4c14465647abd53e7f57 (patch)
treeff45018674884f287d23e0e184ebcac0e3adf92a
parent6bc13cd96de55269c3c4d323bd4946040842f284 (diff)
downloadsendgrid-csharp-f251c6fbd178d21fef5a4c14465647abd53e7f57.zip
sendgrid-csharp-f251c6fbd178d21fef5a4c14465647abd53e7f57.tar.gz
sendgrid-csharp-f251c6fbd178d21fef5a4c14465647abd53e7f57.tar.bz2
AddSection
-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