Skip to content

Commit 33baaf4

Browse files
committed
fix: lint
1 parent fba2196 commit 33baaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bson.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from 'chai';
22

3-
import { BSON } from '../../src/bson';
3+
import { BSON } from '../../mongodb';
44

55
describe('When importing BSON', function () {
66
const types = [

0 commit comments

Comments
 (0)