Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 4e0e2eb

Browse files
hossambarakatJonJam
authored andcommitted
Update tests namespaces for consistency (kubernetes-client#191)
1 parent cfb64c4 commit 4e0e2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/KubernetesClient.Tests/CertificateValidationTests.cs

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)