FileNameBuilderFixture tests should run on Windows

(cherry picked from commit 90d3dc2f984f0048b70b8796345993dfae1c66a2)
pull/7595/head v4.2.3.6575
Mark McDowall 3 years ago committed by Qstick
parent 61979bff7a
commit c5616c5ba1

@ -20,9 +20,7 @@ using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
{ {
[Platform(Exclude = "Win")]
[TestFixture] [TestFixture]
public class FileNameBuilderFixture : CoreTest<FileNameBuilder> public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
{ {
private Movie _movie; private Movie _movie;

Loading…
Cancel
Save