Radarr/NzbDrone.Common.Test/Fixtures.cs

9 lines
143 B
C#
Raw Normal View History

2011-10-24 05:54:09 +00:00
// ReSharper disable CheckNamespace
using NUnit.Framework;
using NzbDrone.Test.Common;
[SetUpFixture]
public class Fixtures : LoggingTest
2011-10-24 05:54:09 +00:00
{
}