Skip to content

Commit be1fb8e

Browse files
committed
fix: for shared library test, continue to reference lib, not src.
1 parent f66787c commit be1fb8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/tools/fixtures/shared_library_test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
/* eslint-disable no-restricted-modules */
12
const { EJSON } = require('bson');
2-
const { AutoEncrypter } = require('../../../src/client-side-encryption/auto_encrypter');
3-
const { MongoClient } = require('../../../src/mongo_client');
3+
const { AutoEncrypter } = require('../../../lib/client-side-encryption/auto_encrypter');
4+
const { MongoClient } = require('../../../lib/mongo_client');
45

56
try {
67
const extraOptions = JSON.parse(process.env.EXTRA_OPTIONS);

0 commit comments

Comments
 (0)