mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-31 18:35:32 -04:00
10 lines
162 B
C#
10 lines
162 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Integration.Test
|
|
{
|
|
[TestFixture]
|
|
public class QualityProfileIntegrationTest : IntegrationTest
|
|
{
|
|
|
|
}
|
|
} |