mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01: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
|
|
{
|
|
}
|