We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bede0c commit e4dc94aCopy full SHA for e4dc94a
2 files changed
TruePath.Tests/LocalPathTests.cs
@@ -1,9 +1,7 @@
1
-// SPDX-FileCopyrightText: 2024 Friedrich von Never <friedrich@fornever.me>
+// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <friedrich@fornever.me>
2
//
3
// SPDX-License-Identifier: MIT
4
5
-using Xunit.Abstractions;
6
-
7
namespace TruePath.Tests;
8
9
public class LocalPathTests(ITestOutputHelper output)
TruePath.Tests/NormalizationTests.cs
@@ -1,12 +1,11 @@
-// SPDX-FileCopyrightText: 2024-2025 TruePath contributors <https://github.com/ForNeVeR/TruePath>
+// SPDX-FileCopyrightText: 2024-2026 TruePath contributors <https://github.com/ForNeVeR/TruePath>
using FsCheck;
using FsCheck.Fluent;
using FsCheck.Xunit;
using JetBrains.Annotations;
10
11
12
0 commit comments