1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02: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 @@
namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
{
[Platform(Exclude = "Win")]
[TestFixture]
public class FileNameBuilderFixture : CoreTest<FileNameBuilder>
{
private Movie _movie;