We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f41f3 commit 0b36742Copy full SHA for 0b36742
ManagedCode.Database.Tests/TestContainers/MongoDBTestContainer.cs
@@ -108,9 +108,9 @@ public async Task DisposeAsync()
108
109
public async void Dispose()
110
{
111
- //await _dockerClient.Containers.StopContainerAsync(containerId, new ContainerStopParameters());
+ await _dockerClient.Containers.StopContainerAsync(containerId, new ContainerStopParameters());
112
113
- await _dockerClient.Containers.RemoveContainerAsync(containerId,
+ await _dockerClient.Containers.RemoveContainerAsync(containerId,
114
new ContainerRemoveParameters
115
116
Force = true
0 commit comments