Clean up extension methods (#17051)
Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ public abstract class UmbracoIntegrationTest : UmbracoIntegrationTestBase
|
||||
public void TearDownAsync()
|
||||
{
|
||||
_host.StopAsync();
|
||||
Services.DisposeIfDisposable();
|
||||
(Services as IDisposable)?.Dispose();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user