Update tests namespaces for consistency (#191)

This commit is contained in:
Hossam Barakat
2018-07-09 23:52:17 +10:00
committed by Brendan Burns
parent 8c3152af97
commit dae6d62cba
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using Xunit;
namespace k8s.tests
namespace k8s.Tests
{
public class CertificateValidationTests
{

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading;
using Xunit;
namespace k8s.tests
namespace k8s.Tests
{
public class WatcherTests
{