summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/TestJsonUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Tests/TestJsonUtils.cs')
-rwxr-xr-xSendGrid/Tests/TestJsonUtils.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/Tests/TestJsonUtils.cs b/SendGrid/Tests/TestJsonUtils.cs
index b8f4aae..fee990d 100755
--- a/SendGrid/Tests/TestJsonUtils.cs
+++ b/SendGrid/Tests/TestJsonUtils.cs
@@ -10,8 +10,8 @@ namespace Tests
[Test]
public void TestSerialize()
{
- Assert.AreEqual("1", JsonUtils.Serialize(1));
- Assert.AreEqual("\"\\\"foo\\\"\"", JsonUtils.Serialize("\"foo\""));
+ Assert.AreEqual("1", Utils.Serialize(1));
+ Assert.AreEqual("\"\\\"foo\\\"\"", Utils.Serialize("\"foo\""));
}
}
}