|
|
@ -136,8 +136,11 @@ namespace MongoDB.Driver.Core.Operations |
|
|
|
var result = ExecuteOperation(subject, async); |
|
|
|
|
|
|
|
result["ok"].ToBoolean().Should().BeTrue(); |
|
|
|
if (result.Contains("ns")) |
|
|
|
{ |
|
|
|
result["ns"].ToString().Should().Be(_collectionNamespace.FullName); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
[SkippableTheory] |
|
|
|
[ParameterAttributeData] |
|
|
|