Skip to content

Commit 0b61100

Browse files
fix lint
1 parent 1844d7f commit 0b61100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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,
@@ -1355,7 +1355,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
13551355

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

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

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

0 commit comments

Comments
 (0)