diff options
Diffstat (limited to 'SendGrid/Tests/Transport/TestWebApi.cs')
-rw-r--r-- | SendGrid/Tests/Transport/TestWebApi.cs | 2 |
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
|