mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-31 16:02:29 +01:00
10 lines
162 B
C#
10 lines
162 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Integration.Test
|
|
{
|
|
[TestFixture]
|
|
public class QualityProfileIntegrationTest : IntegrationTest
|
|
{
|
|
|
|
}
|
|
} |