Skip to content

Commit 58eea79

Browse files
Update x/mongo/driver/mongocrypt/binary_test.go
Co-authored-by: Kevin Albertson <[email protected]>
1 parent 167b86d commit 58eea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/mongocrypt/binary_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func decryptDocForBench(b *testing.B, crypt *MongoCrypt, encryptedDoc bsoncore.D
105105
}
106106

107107
// create a document of the form:
108-
// { "key1": <encrypted "value1">, "key2": <encrypted "value2">, ... }
108+
// { "key0001": <encrypted "value 0001">, "key0002": <encrypted "value 0002">, ... }
109109
func createEncryptedDocForBulkDecryptionBench(b *testing.B, crypt *MongoCrypt, count int) bsoncore.Document {
110110
bldr := bsoncore.NewDocumentBuilder()
111111

0 commit comments

Comments
 (0)