diff --git a/test/bindings.test.ts b/test/bindings.test.ts index 0bb8820..3d6fbcb 100644 --- a/test/bindings.test.ts +++ b/test/bindings.test.ts @@ -410,7 +410,7 @@ describe('MongoCryptContext', () => { context = new MongoCrypt({ kmsProviders: serialize({ aws: {} }) }).makeDecryptionContext(serialize({})); - }) + }); for (const property of ['status', 'state']) { it(`it has a property .${property}`, () => { @@ -445,4 +445,4 @@ describe('MongoCryptContext', () => { ).not.to.throw(); }); }); -}); \ No newline at end of file +});