diff --git a/test/discovery/resolver-tests.js b/test/discovery/resolver-tests.js index 237b93f..0b83480 100644 --- a/test/discovery/resolver-tests.js +++ b/test/discovery/resolver-tests.js @@ -5,7 +5,7 @@ * https://oss.oracle.com/licenses/upl. */ -const { CoherenceResolver, Session } = require('../lib') +const { CoherenceResolver, Session } = require('../../lib') const assert = require('assert').strict const { describe, it } = require('mocha');