tests: dispose of resources, add tests for maintainer, and clean up mock names
This commit is contained in:
@@ -25,6 +25,7 @@ public class DatabaseTest : IAsyncLifetime
|
||||
public virtual async Task DisposeAsync()
|
||||
{
|
||||
await _appDbContext.DisposeAsync();
|
||||
_loggerFactory.Dispose();
|
||||
|
||||
SqliteConnection.ClearAllPools();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user