Skip to content

Commit 8fd9b57

Browse files
committed
chore: fix lint
1 parent a20d7b2 commit 8fd9b57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ export const getKmsProviders = (localKey, kmipEndpoint, azureEndpoint, gcpEndpoi
4040

4141
// eslint-disable-next-line @typescript-eslint/no-empty-function
4242
const noop = () => {};
43-
/** @type { MongoDBMetadataUI } */
44-
const metadata = {
43+
const metadata: MongoDBMetadataUI = {
4544
requires: {
4645
clientSideEncryption: true,
4746
topology: '!load-balanced'
4847
}
4948
};
5049

51-
const eeMetadata = {
50+
const eeMetadata: MongoDBMetadataUI = {
5251
requires: {
5352
clientSideEncryption: true,
5453
mongodb: '>=7.0.0',

0 commit comments

Comments
 (0)