mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
moved log to object db.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
}
|
||||
|
||||
[TestFixture]
|
||||
public class SimpleRepositoryFixture : ObjectDbTest<BasicRepository<SampleType>>
|
||||
public class SimpleRepositoryFixture : ObjectDbTest<BasicRepository<SampleType>,SampleType>
|
||||
{
|
||||
private SampleType sampleType;
|
||||
|
||||
@@ -25,7 +25,6 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
WithObjectDb();
|
||||
sampleType = Builder<SampleType>
|
||||
.CreateNew()
|
||||
.With(c => c.OID = 0)
|
||||
|
Reference in New Issue
Block a user