FileNameBuilderFixture tests should run on Windows

pull/5116/head
Mark McDowall 3 years ago
parent 35a5462c8f
commit 90d3dc2f98

@ -18,9 +18,7 @@ using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
{
[Platform(Exclude = "Win")]
[TestFixture]
public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
{
private Series _series;
@ -994,13 +992,13 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
}
private void GivenMediaInfoModel(string videoCodec = "h264",
string audioCodec = "dts",
int audioChannels = 6,
int videoBitDepth = 8,
HdrFormat hdrFormat = HdrFormat.None,
string audioLanguages = "eng",
string subtitles = "eng/spa/ita",
int schemaRevision = 5)
string audioCodec = "dts",
int audioChannels = 6,
int videoBitDepth = 8,
HdrFormat hdrFormat = HdrFormat.None,
string audioLanguages = "eng",
string subtitles = "eng/spa/ita",
int schemaRevision = 5)
{
_episodeFile.MediaInfo = new MediaInfoModel
{

Loading…
Cancel
Save