summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/Transport/TestWebApi.cs
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-11 19:00:21 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-11 19:00:38 -0800
commita1b515989a7c842e12559cefacbdfda0ca57e29f (patch)
treed9034657480650fce402a76be57579929de1f480 /SendGrid/Tests/Transport/TestWebApi.cs
parentc1551277b840a61e3a62f9c72f7273b496f63f17 (diff)
downloadsendgrid-csharp-a1b515989a7c842e12559cefacbdfda0ca57e29f.zip
sendgrid-csharp-a1b515989a7c842e12559cefacbdfda0ca57e29f.tar.gz
sendgrid-csharp-a1b515989a7c842e12559cefacbdfda0ca57e29f.tar.bz2
Updating tests
Diffstat (limited to 'SendGrid/Tests/Transport/TestWebApi.cs')
-rw-r--r--SendGrid/Tests/Transport/TestWebApi.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Tests/Transport/TestWebApi.cs b/SendGrid/Tests/Transport/TestWebApi.cs
index 0c847a9..a06ca69 100644
--- a/SendGrid/Tests/Transport/TestWebApi.cs
+++ b/SendGrid/Tests/Transport/TestWebApi.cs
@@ -7,7 +7,7 @@ using Moq;
using NUnit.Framework;
using SendGrid;
-namespace Tests.Transport
+namespace Transport
{
[TestFixture]
internal class TestWebApi