Skip to content

Commit 516686b

Browse files
committed
update imports
1 parent 660ebb2 commit 516686b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.21.automatic_data_encryption_keys.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import {
77
kmsCredentialsPresent,
88
missingKeys
99
} from '../../csfle-kms-providers';
10-
import { Collection, type Db, MongoServerError } from '../../mongodb';
10+
import { Collection } from '../../../src/collection';
11+
import { MongoServerError } from '../../../src/error';
12+
import { Db } from '../../../src/db';
1113

1214
const metadata: MongoDBMetadataUI = {
1315
requires: {

0 commit comments

Comments
 (0)