Skip to content

Commit e4dc94a

Browse files
pkazakov-devForNeVeR
authored andcommitted
Remove not used ns usings
1 parent 5bede0c commit e4dc94a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

TruePath.Tests/LocalPathTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
// SPDX-FileCopyrightText: 2024 Friedrich von Never <[email protected]>
1+
// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <[email protected]>
22
//
33
// SPDX-License-Identifier: MIT
44

5-
using Xunit.Abstractions;
6-
75
namespace TruePath.Tests;
86

97
public class LocalPathTests(ITestOutputHelper output)

TruePath.Tests/NormalizationTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
// SPDX-FileCopyrightText: 2024-2025 TruePath contributors <https://github.com/ForNeVeR/TruePath>
1+
// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <https://github.com/ForNeVeR/TruePath>
22
//
33
// SPDX-License-Identifier: MIT
44

55
using FsCheck;
66
using FsCheck.Fluent;
77
using FsCheck.Xunit;
88
using JetBrains.Annotations;
9-
using Xunit.Abstractions;
109

1110
namespace TruePath.Tests;
1211

0 commit comments

Comments
 (0)