1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00
Sonarr/NzbDrone.App.Test/Fixtures.cs

9 lines
143 B
C#
Raw Normal View History

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