1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-09 04:22:30 +01:00

marked trakt tests as integration.

This commit is contained in:
kay.one 2013-06-30 13:15:57 -07:00
parent 15d5e93d36
commit 30827e91b6

View File

@ -5,10 +5,12 @@
using NzbDrone.Core.MetadataSource; using NzbDrone.Core.MetadataSource;
using NzbDrone.Core.Test.Framework; using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Tv; using NzbDrone.Core.Tv;
using NzbDrone.Test.Common.Categories;
namespace NzbDrone.Core.Test.MetadataSourceTests namespace NzbDrone.Core.Test.MetadataSourceTests
{ {
[TestFixture] [TestFixture]
[IntegrationTest]
public class TraktProxyFixture : CoreTest<TraktProxy> public class TraktProxyFixture : CoreTest<TraktProxy>
{ {
[TestCase("The Simpsons", "The Simpsons")] [TestCase("The Simpsons", "The Simpsons")]