diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 10:39:03 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 10:39:03 -0800 |
commit | 363d2e3b40864092446d92e02ef59607e7fdf89e (patch) | |
tree | 9f323200449b76d179001b6862ab0d2ce359d636 /SendGrid/UnitTest/UnitTest.cs | |
parent | ce3ae43822dda998e07aaa36a188aea704e8c817 (diff) | |
download | sendgrid-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.cs | 2 |
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"); |