Get rid of IScopeProviderInternal
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Umbraco.Tests.Scoping
|
||||
[Test]
|
||||
public void SingleShadowEvenDetached()
|
||||
{
|
||||
var scopeProvider = ScopeProvider as IScopeProviderInternal;
|
||||
var scopeProvider = ScopeProvider;
|
||||
using (var scope = scopeProvider.CreateScope(scopeFileSystems: true))
|
||||
{
|
||||
using (new SafeCallContext()) // not nesting!
|
||||
|
||||
Reference in New Issue
Block a user