mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
fixed unit test file path generation to be linux compatible.
This commit is contained in:
parent
4ac2997d78
commit
b73485a58b
10 changed files with 51 additions and 47 deletions
|
@ -32,7 +32,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
{
|
||||
Mocker.GetMock<HttpProvider>()
|
||||
.Setup(s => s.DownloadString(SceneMappingUrl))
|
||||
.Returns(File.ReadAllText(@".\Files\SceneMappings.json"));
|
||||
.Returns(ReadAllText("Files", "SceneMappings.json"));
|
||||
}
|
||||
|
||||
private void WithErrorDownloadingJson()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue