File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ManagedCode.Database.Tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public virtual async Task InsertOneItem_ReturnsInsertedItem()
53
53
// Assert
54
54
insertItem . Should ( ) . NotBeNull ( ) ;
55
55
}
56
+ /*
56
57
[Fact]
57
58
public virtual async Task InsertItem_WhenItemExist_ShouldThrowDatabaseException()
58
59
{
Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ public async Task DisposeAsync()
108
108
109
109
public async void Dispose ( )
110
110
{
111
- await _dockerClient . Containers . StopContainerAsync ( containerId , new ContainerStopParameters ( ) ) ;
112
111
113
112
await _dockerClient . Containers . RemoveContainerAsync ( containerId ,
114
113
new ContainerRemoveParameters
115
114
{
116
115
Force = true
117
116
} ) ;
117
+ // await _dockerClient.Containers.StopContainerAsync(containerId, new ContainerStopParameters());
118
118
119
119
}
120
120
}
You can’t perform that action at this time.
0 commit comments