Skip to content

Commit 415ebd1

Browse files
fix lint
1 parent 2af8e0e commit 415ebd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bindings.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ describe('MongoCryptContext', () => {
410410
context = new MongoCrypt({
411411
kmsProviders: serialize({ aws: {} })
412412
}).makeDecryptionContext(serialize({}));
413-
})
413+
});
414414

415415
for (const property of ['status', 'state']) {
416416
it(`it has a property .${property}`, () => {
@@ -445,4 +445,4 @@ describe('MongoCryptContext', () => {
445445
).not.to.throw();
446446
});
447447
});
448-
});
448+
});

0 commit comments

Comments
 (0)