mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed casing of folder
This commit is contained in:
@@ -148,7 +148,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||||||
updateSubFolder.Refresh();
|
updateSubFolder.Refresh();
|
||||||
|
|
||||||
updateSubFolder.Exists.Should().BeTrue();
|
updateSubFolder.Exists.Should().BeTrue();
|
||||||
updateSubFolder.GetDirectories("nzbdrone").Should().HaveCount(1);
|
updateSubFolder.GetDirectories("NzbDrone").Should().HaveCount(1);
|
||||||
updateSubFolder.GetDirectories().Should().HaveCount(1);
|
updateSubFolder.GetDirectories().Should().HaveCount(1);
|
||||||
updateSubFolder.GetFiles().Should().NotBeEmpty();
|
updateSubFolder.GetFiles().Should().NotBeEmpty();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user