We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f7097 commit ad6101dCopy full SHA for ad6101d
tests/Umbraco.Tests.Integration/Umbraco.Core/IO/FileSystemsTests.cs
@@ -50,7 +50,8 @@ public void Can_Delete_MediaFiles()
50
Assert.IsFalse(File.Exists(physPath));
51
52
// ~/media exists
53
- physPath = Path.GetDirectoryName(physPath);
+ physPath = Path.GetDirectoryName(physPath); // ~/media/folder
54
+ physPath = Path.GetDirectoryName(physPath); // ~/media
55
Assert.IsTrue(Directory.Exists(physPath));
56
}
57
0 commit comments