1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-27 11:21:43 +02:00

9 lines
143 B
C#
Raw Normal View History

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