mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
FileNameBuilderFixture tests should run on Windows
(cherry picked from commit 90d3dc2f984f0048b70b8796345993dfae1c66a2)
This commit is contained in:
parent
61979bff7a
commit
c5616c5ba1
1 changed files with 0 additions and 2 deletions
|
|
@ -20,9 +20,7 @@
|
||||||
|
|
||||||
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…
Reference in a new issue