mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 18:24:14 -04:00
Fixing basics issues
This commit is contained in:
parent
bf9c64b9d1
commit
6252d4f82c
@ -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())
|
||||||
{ }
|
{ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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())
|
||||||
{ }
|
{ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user