diff --git a/StabilityMatrix.Tests/Core/FileSystemPathTests.cs b/StabilityMatrix.Tests/Core/FileSystemPathTests.cs index 0e721ab8..88425ad9 100644 --- a/StabilityMatrix.Tests/Core/FileSystemPathTests.cs +++ b/StabilityMatrix.Tests/Core/FileSystemPathTests.cs @@ -70,8 +70,6 @@ public class FileSystemPathTests } [DataTestMethod] - [DataRow("M:/Path", "M:/Path")] - [DataRow("M:/Path", "M:/Path/")] [DataRow("root/abc", "root/abc")] [DataRow("root/abc", "root/abc/")] public void TestDirectoryPathEquals(string left, string right)