mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fully replaced TVDB with Trakt.tv
This commit is contained in:
parent
af3282630f
commit
a052a9389e
63 changed files with 353 additions and 2529 deletions
|
@ -13,7 +13,7 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
[TestFixture]
|
||||
public class DatabaseRelationshipFixture : DbTest
|
||||
{
|
||||
[Test]
|
||||
/* [Test]
|
||||
[Explicit]
|
||||
public void benchmark()
|
||||
{
|
||||
|
@ -70,7 +70,7 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
|
||||
var loadedSeries = Db.Single<Series>();
|
||||
loadedSeries.Covers.Value.Should().HaveSameCount(covers);
|
||||
}
|
||||
}*/
|
||||
|
||||
[Test]
|
||||
public void one_to_one()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue