mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 16:58:58 +02:00
WireMock.Net.TUnitTests / 10
This commit is contained in:
@@ -112,7 +112,7 @@ public class TestcontainersTests(ITestOutputHelper testOutputHelper)
|
||||
private static async Task StartTestAsync(WireMockContainer wireMockContainer)
|
||||
{
|
||||
// Start
|
||||
await wireMockContainer.StartAsync().ConfigureAwait(false);
|
||||
await wireMockContainer.StartAsync();
|
||||
|
||||
// Assert
|
||||
using (new AssertionScope())
|
||||
|
||||
Reference in New Issue
Block a user