summaryrefslogtreecommitdiffstats
path: root/SendGrid/UnitTest/UnitTest.cs
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-12 10:39:03 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-12 10:39:03 -0800
commit363d2e3b40864092446d92e02ef59607e7fdf89e (patch)
tree9f323200449b76d179001b6862ab0d2ce359d636 /SendGrid/UnitTest/UnitTest.cs
parentce3ae43822dda998e07aaa36a188aea704e8c817 (diff)
downloadsendgrid-csharp-363d2e3b40864092446d92e02ef59607e7fdf89e.zip
sendgrid-csharp-363d2e3b40864092446d92e02ef59607e7fdf89e.tar.gz
sendgrid-csharp-363d2e3b40864092446d92e02ef59607e7fdf89e.tar.bz2
Added NUnit test adaptor. Resharper is now optional.
Diffstat (limited to 'SendGrid/UnitTest/UnitTest.cs')
-rw-r--r--SendGrid/UnitTest/UnitTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/UnitTest/UnitTest.cs b/SendGrid/UnitTest/UnitTest.cs
index d614864..9064d79 100644
--- a/SendGrid/UnitTest/UnitTest.cs
+++ b/SendGrid/UnitTest/UnitTest.cs
@@ -8,7 +8,7 @@ using SendGrid;
namespace UnitTest
{
[TestFixture]
- public class UnitTest
+ public class APIKeys
{
static string _baseUri = "https://api.sendgrid.com/";
static string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY");