Skip to content

Commit 48671d0

Browse files
committed
lint
1 parent abd126d commit 48671d0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

test/integration/client-side-encryption/client_side_encryption.prose.27.text_queries.test.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,18 @@ describe('27. Text Explicit Encryption', function () {
159159
});
160160

161161
if (shouldRunPrefixSuffixTests) {
162-
// Use `encryptedClient` to insert the following document into `db.prefix-suffix` with majority write concern:
163-
// { "_id": 0, "encryptedText": <encrypted 'foobarbaz'> }
164-
await encryptedClient
165-
.db('db')
166-
.collection<{ _id: number; encryptedText: Binary }>('prefix-suffix')
167-
.insertOne(
168-
{
169-
_id: 0,
170-
encryptedText
171-
},
172-
{ writeConcern: { w: 'majority' } }
173-
);
162+
// Use `encryptedClient` to insert the following document into `db.prefix-suffix` with majority write concern:
163+
// { "_id": 0, "encryptedText": <encrypted 'foobarbaz'> }
164+
await encryptedClient
165+
.db('db')
166+
.collection<{ _id: number; encryptedText: Binary }>('prefix-suffix')
167+
.insertOne(
168+
{
169+
_id: 0,
170+
encryptedText
171+
},
172+
{ writeConcern: { w: 'majority' } }
173+
);
174174
}
175175
}
176176

0 commit comments

Comments
 (0)