tests: dispose of resources, add tests for maintainer, and clean up mock names

This commit is contained in:
Stevan Freeborn
2024-08-25 12:22:40 -05:00
parent 14e35670a5
commit 674712db9d
10 changed files with 190 additions and 33 deletions
@@ -25,6 +25,7 @@ public class DatabaseTest : IAsyncLifetime
public virtual async Task DisposeAsync()
{
await _appDbContext.DisposeAsync();
_loggerFactory.Dispose();
SqliteConnection.ClearAllPools();