Radarr/src/NzbDrone.Integration.Test/ApiTests/EpisodeFileFixture.cs

15 lines
273 B
C#

using NUnit.Framework;
namespace NzbDrone.Integration.Test.ApiTests
{
[TestFixture]
public class EpisodeFileFixture : IntegrationTest
{
[Test]
public void get_all_episodefiles()
{
Assert.Ignore("TODO");
}
}
}