diff --git a/Directory.Packages.props b/Directory.Packages.props
index c4263f6..eba5550 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/Tests/Testably.Abstractions.FluentAssertions.Tests/FileAssertionsTests.cs b/Tests/Testably.Abstractions.FluentAssertions.Tests/FileAssertionsTests.cs
index e1b537c..cc36a19 100644
--- a/Tests/Testably.Abstractions.FluentAssertions.Tests/FileAssertionsTests.cs
+++ b/Tests/Testably.Abstractions.FluentAssertions.Tests/FileAssertionsTests.cs
@@ -6,7 +6,7 @@
using System.Linq;
using System.Text;
using Testably.Abstractions.Testing;
-using Testably.Abstractions.Testing.FileSystemInitializer;
+using Testably.Abstractions.Testing.Initializer;
using Xunit;
namespace Testably.Abstractions.FluentAssertions.Tests;
diff --git a/Tests/Testably.Abstractions.FluentAssertions.Tests/FileInfoAssertionsTests.cs b/Tests/Testably.Abstractions.FluentAssertions.Tests/FileInfoAssertionsTests.cs
index dfd7d3f..d36f832 100644
--- a/Tests/Testably.Abstractions.FluentAssertions.Tests/FileInfoAssertionsTests.cs
+++ b/Tests/Testably.Abstractions.FluentAssertions.Tests/FileInfoAssertionsTests.cs
@@ -6,7 +6,7 @@
using System.Linq;
using System.Text;
using Testably.Abstractions.Testing;
-using Testably.Abstractions.Testing.FileSystemInitializer;
+using Testably.Abstractions.Testing.Initializer;
using Xunit;
namespace Testably.Abstractions.FluentAssertions.Tests;