Frontend gaps fill work. Testing fixes work. Auditing in progress.
This commit is contained in:
@@ -135,7 +135,7 @@ public sealed class ValkeyContainerFixture : RouterCollectionFixture, IAsyncDisp
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override async Task InitializeAsync()
|
||||
public override async ValueTask InitializeAsync()
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -168,7 +168,7 @@ public sealed class ValkeyContainerFixture : RouterCollectionFixture, IAsyncDisp
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override async Task DisposeAsync()
|
||||
public override async ValueTask DisposeAsync()
|
||||
{
|
||||
await DisposeAsyncCore();
|
||||
}
|
||||
@@ -201,3 +201,6 @@ public sealed class ValkeyIntegrationTestCollection : ICollectionFixture<ValkeyC
|
||||
{
|
||||
public const string Name = "Valkey Integration Tests";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user