From bb2923fe3ccdc1143cdce333de4de4b518a9dd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Sat, 24 Jan 2026 07:15:41 +0100 Subject: [PATCH] chore: bump Mockolate to v1.0.1 This version fixes the wrapped exception in the readme example. --- Directory.Packages.props | 2 +- .../FileSystemTests.cs | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 654f3e949..1ed661fb2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,7 +22,7 @@ - + diff --git a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs index 5f96636f0..7a99d2086 100644 --- a/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs +++ b/tests/TestableIO.System.IO.Abstractions.Wrappers.Tests/FileSystemTests.cs @@ -1,5 +1,4 @@ -#if !NET6_0 -using Mockolate; +using Mockolate; namespace System.IO.Abstractions.Tests; @@ -111,5 +110,4 @@ await That(() => fileSystemMock.FileSystemWatcher.SetupMock.Method.New(It.IsAny()) ).DoesNotThrow(); } -} -#endif \ No newline at end of file +} \ No newline at end of file