diff --git a/Kyoo.Tests/Library/SpecificTests/SeasonTests.cs b/Kyoo.Tests/Library/SpecificTests/SeasonTests.cs index 04a493a9..7690416a 100644 --- a/Kyoo.Tests/Library/SpecificTests/SeasonTests.cs +++ b/Kyoo.Tests/Library/SpecificTests/SeasonTests.cs @@ -8,7 +8,7 @@ namespace Kyoo.Tests.SpecificTests public class SqLiteSeasonTests : SeasonTests { public SqLiteSeasonTests() - : base(new RepositoryActivator(true)) + : base(new RepositoryActivator()) { } } diff --git a/Kyoo.Tests/Library/SpecificTests/ShowTests.cs b/Kyoo.Tests/Library/SpecificTests/ShowTests.cs index ea2146fc..33977be2 100644 --- a/Kyoo.Tests/Library/SpecificTests/ShowTests.cs +++ b/Kyoo.Tests/Library/SpecificTests/ShowTests.cs @@ -12,7 +12,7 @@ namespace Kyoo.Tests.SpecificTests public class SqLiteShowTests : ShowTests { public SqLiteShowTests() - : base(new RepositoryActivator(null)) + : base(new RepositoryActivator()) { } }