mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-21 16:31:46 +02:00
NO ConfigureAwait(false) + cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ public partial class TestcontainersTests
|
||||
|
||||
try
|
||||
{
|
||||
await wireMockContainer.StartAsync().ConfigureAwait(false);
|
||||
await wireMockContainer.StartAsync();
|
||||
|
||||
// Assert
|
||||
using (new AssertionScope())
|
||||
@@ -86,7 +86,7 @@ public partial class TestcontainersTests
|
||||
|
||||
try
|
||||
{
|
||||
await wireMockContainer.StartAsync().ConfigureAwait(false);
|
||||
await wireMockContainer.StartAsync();
|
||||
|
||||
// Assert
|
||||
using (new AssertionScope())
|
||||
|
||||
Reference in New Issue
Block a user