1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-12 15:19:45 +00:00
Sonarr/NzbDrone.Integration.Test/QualityProfileIntegrationTest.cs

13 lines
235 B
C#
Raw Normal View History

2013-05-02 16:06:08 -07:00
using System.IO;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Api.RootFolders;
namespace NzbDrone.Integration.Test
{
[TestFixture]
public class QualityProfileIntegrationTest : IntegrationTest
{
}
}