mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 02:07:41 +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
|
|
{
|
|
}
|