1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 03:34:04 +00: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
{
}
}