Readarr/src/NzbDrone.Integration.Test/QualityProfileIntegrationTest.cs
2013-10-02 18:01:32 -07:00

10 lines
No EOL
162 B
C#

using NUnit.Framework;
namespace NzbDrone.Integration.Test
{
[TestFixture]
public class QualityProfileIntegrationTest : IntegrationTest
{
}
}