1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00
Radarr/NzbDrone.Integration.Test/QualityProfileIntegrationTest.cs
2013-05-30 17:15:22 -07:00

13 lines
235 B
C#

using System.IO;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Api.RootFolders;
namespace NzbDrone.Integration.Test
{
[TestFixture]
public class QualityProfileIntegrationTest : IntegrationTest
{
}
}