Fixing basics issues

This commit is contained in:
Zoe Roux 2021-06-15 23:17:10 +02:00
parent bf9c64b9d1
commit 6252d4f82c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace Kyoo.Tests.SpecificTests
public class SqLiteSeasonTests : SeasonTests public class SqLiteSeasonTests : SeasonTests
{ {
public SqLiteSeasonTests() public SqLiteSeasonTests()
: base(new RepositoryActivator(true)) : base(new RepositoryActivator())
{ } { }
} }

View File

@ -12,7 +12,7 @@ namespace Kyoo.Tests.SpecificTests
public class SqLiteShowTests : ShowTests public class SqLiteShowTests : ShowTests
{ {
public SqLiteShowTests() public SqLiteShowTests()
: base(new RepositoryActivator(null)) : base(new RepositoryActivator())
{ } { }
} }