Skip to content

Commit 4e62eca

Browse files
committed
lint
1 parent 9ef574a commit 4e62eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/crud/insert.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as Script from 'node:vm';
22

3+
import { ByteUtils } from 'bson';
34
import { expect } from 'chai';
45
import * as process from 'process';
56
import { satisfies } from 'semver';
@@ -25,7 +26,6 @@ import {
2526
Timestamp
2627
} from '../../mongodb';
2728
import { assert as test, setupDatabase } from '../shared';
28-
import { ByteUtils } from 'bson';
2929

3030
describe('crud - insert', function () {
3131
let client: MongoClient;

0 commit comments

Comments
 (0)