Frontend gaps fill work. Testing fixes work. Auditing in progress.
This commit is contained in:
@@ -28,13 +28,13 @@ public sealed class BinaryIndexIntegrationFixture : PostgresIntegrationFixture
|
||||
|
||||
protected override string? GetResourcePrefix() => "StellaOps.BinaryIndex.Persistence.Migrations";
|
||||
|
||||
public override async Task InitializeAsync()
|
||||
public override async ValueTask InitializeAsync()
|
||||
{
|
||||
await base.InitializeAsync();
|
||||
_dataSource = NpgsqlDataSource.Create(ConnectionString);
|
||||
}
|
||||
|
||||
public override async Task DisposeAsync()
|
||||
public override async ValueTask DisposeAsync()
|
||||
{
|
||||
if (_dataSource != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user