Merge branch 'main' of https://git.stella-ops.org/stella-ops.org/git.stella-ops.org
This commit is contained in:
@@ -354,6 +354,7 @@ public sealed class MessageOrderingTests : IAsyncLifetime, IDisposable
|
||||
for (int run = 0; run < 3; run++)
|
||||
{
|
||||
using var channel = new InMemoryChannel($"determinism-{run}", bufferSize: 100);
|
||||
using StellaOps.TestKit;
|
||||
var received = new List<int>();
|
||||
|
||||
// Same sequence each run
|
||||
|
||||
@@ -147,6 +147,7 @@ public sealed class ServiceRegistrationIntegrationTests
|
||||
using var scope1 = _fixture.Services.CreateScope();
|
||||
using var scope2 = _fixture.Services.CreateScope();
|
||||
|
||||
using StellaOps.TestKit;
|
||||
var echo1 = scope1.ServiceProvider.GetService<EchoEndpoint>();
|
||||
var echo2 = scope2.ServiceProvider.GetService<EchoEndpoint>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user