Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 8, 2024
1 parent 2af8e0e commit 415ebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bindings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`, () => {
Expand Down Expand Up @@ -445,4 +445,4 @@ describe('MongoCryptContext', () => {
).not.to.throw();
});
});
});
});

0 comments on commit 415ebd1

Please sign in to comment.