mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
9 lines
143 B
C#
9 lines
143 B
C#
// ReSharper disable CheckNamespace
|
|
using NUnit.Framework;
|
|
using NzbDrone.Test.Common;
|
|
|
|
[SetUpFixture]
|
|
public class Fixtures : LoggingTest
|
|
{
|
|
}
|