Skip to content

Commit

Permalink
reformat comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 13, 2024
1 parent 64d0f46 commit 0e44b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/crud/crud.prose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('CRUD Prose Spec Tests', () => {
await client.close();
});

it('sets maxTimeMS on explain commands, when specfied', async function () {
it('sets maxTimeMS on explain commands, when specified', async function () {
await collection
.find(
{ name: 'john doe' },
Expand Down

0 comments on commit 0e44b81

Please sign in to comment.