Radarr/NzbDrone.Common.Test/Fixtures.cs

9 lines
143 B
C#

// ReSharper disable CheckNamespace
using NUnit.Framework;
using NzbDrone.Test.Common;
[SetUpFixture]
public class Fixtures : LoggingTest
{
}