Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jan 20, 2023
1 parent 2b4b017 commit f9131c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/bson.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'chai';

import { BSON } from '../../mongodb';
import { BSON } from '../mongodb';

describe('When importing BSON', function () {
const types = [
Expand Down

0 comments on commit f9131c7

Please sign in to comment.