mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
moved log to object db.
This commit is contained in:
@@ -19,8 +19,6 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
WithObjectDb(memory:false);
|
||||
|
||||
childModel = Builder<ChildModel>
|
||||
.CreateNew()
|
||||
.With(s => s.OID = 0)
|
||||
@@ -31,7 +29,6 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
.With(e => e.OID = 0)
|
||||
.Build();
|
||||
|
||||
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user