mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed casing of folder
This commit is contained in:
parent
d6adf2ebaf
commit
565a172053
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue