1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/NzbDrone.Integration.Test/QualityProfileIntegrationTest.cs

10 lines
162 B
C#
Raw Normal View History

2013-07-18 20:47:55 -07:00
using NUnit.Framework;
2013-05-02 16:06:08 -07:00
namespace NzbDrone.Integration.Test
{
[TestFixture]
public class QualityProfileIntegrationTest : IntegrationTest
{
}
}