mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 06:48:13 +00:00
10 lines
162 B
C#
10 lines
162 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Integration.Test
|
|
{
|
|
[TestFixture]
|
|
public class QualityProfileIntegrationTest : IntegrationTest
|
|
{
|
|
|
|
}
|
|
} |