Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 1, 2022
1 parent 04b6469 commit 98345f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/node-specific/distinct.test.ts
@@ -1,6 +1,6 @@
import { expect } from 'chai';

import { Collection, CommandStartedEvent, Db, MongoClient } from '../../../src';
import { Collection, CommandStartedEvent, MongoClient } from '../../../src';
import { falsyToString, falsyValues } from './comment_with_falsy_values.test';

context('command distinct', function () {
Expand Down

0 comments on commit 98345f3

Please sign in to comment.