Skip to content

Commit c6f297b

Browse files
fix lint
1 parent 7890dba commit c6f297b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/client-side-encryption/client_side_encryption.prose.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getKmsProviders = (localKey, kmipEndpoint, azureEndpoint, gcpEndpoint) =>
4242
return result;
4343
};
4444

45-
const noop = () => { };
45+
const noop = () => {};
4646
const metadata = {
4747
requires: {
4848
clientSideEncryption: true,
@@ -1356,7 +1356,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
13561356

13571357
// TODO(NODE-3151): Implement kms prose tests
13581358
describe('KMS TLS Tests', () => {
1359-
it.skip('TBD', () => { }).skipReason = 'TODO(NODE-3151): Implement "KMS TLS Tests"';
1359+
it.skip('TBD', () => {}).skipReason = 'TODO(NODE-3151): Implement "KMS TLS Tests"';
13601360
});
13611361

13621362
/**
@@ -1697,7 +1697,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
16971697
context(
16981698
'Case 5: `tlsDisableOCSPEndpointCheck` is permitted',
16991699
metadata,
1700-
function () { }
1700+
function () {}
17011701
).skipReason = 'TODO(NODE-4840): Node does not support any OCSP options';
17021702

17031703
context('Case 6: named KMS providers apply TLS options', function () {

0 commit comments

Comments
 (0)