Skip to content

Commit 8c6859b

Browse files
committed
test(NODE-7179): fix duplicated import
1 parent da062d6 commit 8c6859b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

test/integration/node-specific/client_encryption.test.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ import { expect } from 'chai';
22
import { readFileSync } from 'fs';
33
import * as sinon from 'sinon';
44

5-
import { MongoCryptError } from '../../../src';
6-
import { Binary, type Collection, Int32, Long, type MongoClient, UUID } from '../../../src';
5+
import {
6+
Binary,
7+
type Collection,
8+
Int32,
9+
Long,
10+
type MongoClient,
11+
MongoCryptError,
12+
UUID
13+
} from '../../../src';
714
import {
815
ClientEncryption,
916
type DataKey

0 commit comments

Comments
 (0)