mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00:00
fuck you git extensions!
This commit is contained in:
parent
4e1f6b8cc4
commit
a9f22237e3
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common;
|
||||
|
@ -56,7 +55,7 @@ protected void WithObjectDb(bool memory = true)
|
|||
}
|
||||
else
|
||||
{
|
||||
_db = new EloqueraDbFactory(new EnvironmentProvider()).Create(Path.Combine(Environment.CurrentDirectory,Guid.NewGuid().ToString()+ ".elq");
|
||||
_db = new EloqueraDbFactory(new EnvironmentProvider()).Create();
|
||||
}
|
||||
|
||||
Mocker.SetConstant(Db);
|
||||
|
|
Loading…
Reference in a new issue