mirror of https://github.com/lidarr/Lidarr
9 lines
147 B
C#
9 lines
147 B
C#
|
// ReSharper disable CheckNamespace
|
||
|
using NUnit.Framework;
|
||
|
using NzbDrone.Test.Common;
|
||
|
|
||
|
[SetUpFixture]
|
||
|
public class Fixtures : LoggingFixtures
|
||
|
{
|
||
|
}
|