1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

FileNameBuilderFixture tests should run on Windows

(cherry picked from commit 90d3dc2f984f0048b70b8796345993dfae1c66a2)
This commit is contained in:
Mark McDowall
2022-04-09 01:16:01 -07:00
committed by Qstick
parent 61979bff7a
commit c5616c5ba1

View File

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