Skip to content

Commit 2b8e02a

Browse files
Code review
1 parent 9318348 commit 2b8e02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,9 +2422,9 @@ private MongoClientSettings CreateMongoClientSettings(
24222422
return mongoClientSettings;
24232423
}
24242424

2425-
private void DropCollection(CollectionNamespace viewNamespace, BsonDocument encryptedFields = null)
2425+
private void DropCollection(CollectionNamespace collectionNamespace, BsonDocument encryptedFields = null)
24262426
{
2427-
var operation = DropCollectionOperation.CreateEncryptedDropCollectionOperationIfConfigured(viewNamespace, encryptedFields, CoreTestConfiguration.MessageEncoderSettings, configureDropCollectionConfigurator: null);
2427+
var operation = DropCollectionOperation.CreateEncryptedDropCollectionOperationIfConfigured(collectionNamespace, encryptedFields, CoreTestConfiguration.MessageEncoderSettings, configureDropCollectionConfigurator: null);
24282428
using (var session = CoreTestConfiguration.StartSession(_cluster))
24292429
using (var binding = new WritableServerBinding(_cluster, session.Fork()))
24302430
using (var bindingHandle = new ReadWriteBindingHandle(binding))

0 commit comments

Comments
 (0)