1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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.Test.Framework;
using NzbDrone.Core.Tv;
using NzbDrone.Test.Common.Categories;
namespace NzbDrone.Core.Test.MetadataSourceTests
{
[TestFixture]
[IntegrationTest]
public class TraktProxyFixture : CoreTest<TraktProxy>
{
[TestCase("The Simpsons", "The Simpsons")]