1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-30 19:31:35 +00:00
Radarr/NzbDrone.Update.Test/Fixtures.cs

9 lines
143 B
C#
Raw Normal View History

2011-10-24 05:54:09 +00:00
// ReSharper disable CheckNamespace
using NUnit.Framework;
using NzbDrone.Test.Common;
[SetUpFixture]
public class Fixtures : LoggingTest
2011-10-24 05:54:09 +00:00
{
}