Skip to content

Commit 80dd46a

Browse files
committed
fix: remove ambiguous Xunit.Abstractions using directives for xUnit v3 compatibility
1 parent ca206ad commit 80dd46a

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

tests/KubernetesClient.Tests/KubernetesMetricsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Linq;
33
using System.Threading.Tasks;
44
using Xunit;
5-
using Xunit.Abstractions;
65

76
namespace k8s.Tests
87
{

tests/KubernetesClient.Tests/LeaderElection/LeaderElectionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Threading;
88
using System.Threading.Tasks;
99
using Xunit;
10-
using Xunit.Abstractions;
1110

1211
namespace k8s.Tests.LeaderElection
1312
{

tests/KubernetesClient.Tests/PodExecTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using System.Threading;
1515
using System.Threading.Tasks;
1616
using Xunit;
17-
using Xunit.Abstractions;
1817

1918
namespace k8s.Tests
2019
{

tests/KubernetesClient.Tests/SerializationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Text.Json.Serialization;
44
using System.Threading.Tasks;
55
using Xunit;
6-
using Xunit.Abstractions;
76

87
namespace k8s.Tests
98
{

tests/KubernetesClient.Tests/WatchTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
using System.Threading;
1313
using System.Threading.Tasks;
1414
using Xunit;
15-
using Xunit.Abstractions;
1615

1716
namespace k8s.Tests
1817
{

tests/KubernetesClient.Tests/WebSocketTestBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using System.Threading;
1515
using System.Threading.Tasks;
1616
using Xunit;
17-
using Xunit.Abstractions;
1817

1918
namespace k8s.Tests
2019
{

0 commit comments

Comments
 (0)