Skip to content

Commit 0b36742

Browse files
author
Oleksii Sokol
committed
mongo tests
1 parent c9f41f3 commit 0b36742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ManagedCode.Database.Tests/TestContainers/MongoDBTestContainer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ public async Task DisposeAsync()
108108

109109
public async void Dispose()
110110
{
111-
//await _dockerClient.Containers.StopContainerAsync(containerId, new ContainerStopParameters());
111+
await _dockerClient.Containers.StopContainerAsync(containerId, new ContainerStopParameters());
112112

113-
await _dockerClient.Containers.RemoveContainerAsync(containerId,
113+
await _dockerClient.Containers.RemoveContainerAsync(containerId,
114114
new ContainerRemoveParameters
115115
{
116116
Force = true

0 commit comments

Comments
 (0)