From 7c752890b348119714bff64647e9b87fa08e2228 Mon Sep 17 00:00:00 2001 From: Ionite Date: Thu, 1 Feb 2024 21:51:34 -0500 Subject: [PATCH] Maybe fix tests --- StabilityMatrix.Tests/Core/FileSystemPathTests.cs | 2 -- 1 file changed, 2 deletions(-) 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)