Skip to content

Commit dae6d62

Browse files
hossambarakatbrendandburns
authored andcommitted
Update tests namespaces for consistency (#191)
1 parent 8c3152a commit dae6d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/KubernetesClient.Tests/CertificateValidationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Security.Cryptography.X509Certificates;
55
using Xunit;
66

7-
namespace k8s.tests
7+
namespace k8s.Tests
88
{
99
public class CertificateValidationTests
1010
{

tests/KubernetesClient.Tests/WatcherTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Threading;
66
using Xunit;
77

8-
namespace k8s.tests
8+
namespace k8s.Tests
99
{
1010
public class WatcherTests
1111
{

0 commit comments

Comments
 (0)