mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
linux fixes
This commit is contained in:
parent
24daa52e86
commit
0d6d9a7021
3 changed files with 18 additions and 8 deletions
|
@ -6,6 +6,7 @@ using NzbDrone.Core.MediaFiles;
|
|||
using NzbDrone.Core.Qualities;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Test.Common;
|
||||
|
||||
namespace NzbDrone.Core.Test.MediaFileTests
|
||||
{
|
||||
|
@ -49,7 +50,7 @@ namespace NzbDrone.Core.Test.MediaFileTests
|
|||
[Test]
|
||||
public void GetFileByPath_should_return_EpisodeFile_if_file_exists_in_database()
|
||||
{
|
||||
var path = @"C:\Test\EpisodeFile.avi";
|
||||
var path = @"C:\Test\EpisodeFile.avi".AsOsAgnostic();
|
||||
|
||||
var episodeFile = Builder<EpisodeFile>.CreateNew()
|
||||
.With(f => f.Id = 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue