mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
8 lines
147 B
C#
8 lines
147 B
C#
// ReSharper disable CheckNamespace
|
|
using NUnit.Framework;
|
|
using NzbDrone.Test.Common;
|
|
|
|
[SetUpFixture]
|
|
public class Fixtures : LoggingFixtures
|
|
{
|
|
}
|