Skip to content

Commit 6f3c05a

Browse files
committed
lint fix
1 parent 3dcf05b commit 6f3c05a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const getKmsProviders = (localKey, kmipEndpoint, azureEndpoint, gcpEndpoi
3939
};
4040

4141
// eslint-disable-next-line @typescript-eslint/no-empty-function
42-
const noop = () => { };
42+
const noop = () => {};
4343
const metadata: MongoDBMetadataUI = {
4444
requires: {
4545
clientSideEncryption: true,
@@ -1724,7 +1724,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
17241724
'Case 5: `tlsDisableOCSPEndpointCheck` is permitted',
17251725
metadata,
17261726
// eslint-disable-next-line @typescript-eslint/no-empty-function
1727-
function () { }
1727+
function () {}
17281728
).skipReason = 'TODO(NODE-4840): Node does not support any OCSP options';
17291729

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

0 commit comments

Comments
 (0)