mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
13 lines
235 B
C#
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
|
|
{
|
|
|
|
}
|
|
} |