Update tests namespaces for consistency (#191)
This commit is contained in:
committed by
Brendan Burns
parent
8c3152af97
commit
dae6d62cba
@@ -4,7 +4,7 @@ using System.Net.Security;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using Xunit;
|
||||
|
||||
namespace k8s.tests
|
||||
namespace k8s.Tests
|
||||
{
|
||||
public class CertificateValidationTests
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
using Xunit;
|
||||
|
||||
namespace k8s.tests
|
||||
namespace k8s.Tests
|
||||
{
|
||||
public class WatcherTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user