Browse Source

Maybe fix tests

pull/438/head
Ionite 10 months ago
parent
commit
7c752890b3
No known key found for this signature in database
  1. 2
      StabilityMatrix.Tests/Core/FileSystemPathTests.cs

2
StabilityMatrix.Tests/Core/FileSystemPathTests.cs

@ -70,8 +70,6 @@ public class FileSystemPathTests
} }
[DataTestMethod] [DataTestMethod]
[DataRow("M:/Path", "M:/Path")]
[DataRow("M:/Path", "M:/Path/")]
[DataRow("root/abc", "root/abc")] [DataRow("root/abc", "root/abc")]
[DataRow("root/abc", "root/abc/")] [DataRow("root/abc", "root/abc/")]
public void TestDirectoryPathEquals(string left, string right) public void TestDirectoryPathEquals(string left, string right)

Loading…
Cancel
Save