Skip to content

Commit

Permalink
Update tests namespaces for consistency (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
hossambarakat authored and brendandburns committed Jul 9, 2018
1 parent 8c3152a commit dae6d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/KubernetesClient.Tests/CertificateValidationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Security.Cryptography.X509Certificates;
using Xunit;

namespace k8s.tests
namespace k8s.Tests
{
public class CertificateValidationTests
{
Expand Down
2 changes: 1 addition & 1 deletion tests/KubernetesClient.Tests/WatcherTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Threading;
using Xunit;

namespace k8s.tests
namespace k8s.Tests
{
public class WatcherTests
{
Expand Down

0 comments on commit dae6d62

Please sign in to comment.