AB4227 - Moved Persistence Repository implementations
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Umbraco.Tests.Persistence.Repositories
|
||||
|
||||
private IScriptRepository CreateRepository()
|
||||
{
|
||||
return new ScriptRepository(_fileSystems, IOHelper);
|
||||
return new ScriptRepository(_fileSystems, IOHelper, TestObjects.GetGlobalSettings());
|
||||
}
|
||||
|
||||
protected override void Compose()
|
||||
|
||||
Reference in New Issue
Block a user