Skip to content

Commit 5bede0c

Browse files
pkazakov-devForNeVeR
authored andcommitted
reset to initial state
1 parent 95e7335 commit 5bede0c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

TruePath.Tests/LocalPathTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <friedrich@fornever.me>
1+
// SPDX-FileCopyrightText: 2024 Friedrich von Never <friedrich@fornever.me>
22
//
33
// SPDX-License-Identifier: MIT
44

5+
using Xunit.Abstractions;
6+
57
namespace TruePath.Tests;
68

79
public class LocalPathTests(ITestOutputHelper output)

TruePath.Tests/NormalizationTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <https://github.com/ForNeVeR/TruePath>
1+
// SPDX-FileCopyrightText: 2024-2025 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;
910

1011
namespace TruePath.Tests;
1112

0 commit comments

Comments
 (0)