1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-13 09:45:09 +00:00
Lidarr/NzbDrone.Common.Test/Fixtures.cs

8 lines
143 B
C#

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