Frontend gaps fill work. Testing fixes work. Auditing in progress.
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed class PostgresUnknownRepositoryTests : IAsyncLifetime
|
||||
private PostgresUnknownRepository _repository = null!;
|
||||
private const string TestTenantId = "test-tenant";
|
||||
|
||||
public async Task InitializeAsync()
|
||||
public async ValueTask InitializeAsync()
|
||||
{
|
||||
await _postgres.StartAsync();
|
||||
|
||||
@@ -35,7 +35,7 @@ public sealed class PostgresUnknownRepositoryTests : IAsyncLifetime
|
||||
NullLogger<PostgresUnknownRepository>.Instance);
|
||||
}
|
||||
|
||||
public async Task DisposeAsync()
|
||||
public async ValueTask DisposeAsync()
|
||||
{
|
||||
await _dataSource.DisposeAsync();
|
||||
await _postgres.DisposeAsync();
|
||||
@@ -360,3 +360,6 @@ public sealed class PostgresUnknownRepositoryTests : IAsyncLifetime
|
||||
result.Should().BeNull();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user