Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jan 24, 2023
1 parent 68c0ac8 commit 02c7f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
describe('Corpus Test', function () {
it('runs in a separate suite', () => {
expect(() =>
fs.statSync(path.resolve(__dirname, './client_side_encryption.prose.corpus.test.js'))
fs.statSync(path.resolve(__dirname, './client_side_encryption.prose.06.corpus.test.js'))
).not.to.throw();
});
});
Expand Down

0 comments on commit 02c7f19

Please sign in to comment.