diff --git a/src/__tests__/resolver.test.ts b/src/__tests__/resolver.test.ts index 1d8c0218..f936bfb4 100644 --- a/src/__tests__/resolver.test.ts +++ b/src/__tests__/resolver.test.ts @@ -2,7 +2,7 @@ import { Contract, ContractFactory } from '@ethersproject/contracts' import { Resolvable, Resolver } from 'did-resolver' import { getResolver } from '../resolver' import { EthrDidController } from '../controller' -import { EthereumDIDRegistry } from 'ethr-did-registry' +import { default as EthereumDIDRegistry } from '../config/EthereumDIDRegistry.json' import { interpretIdentifier, stringToBytes32 } from '../helpers' import { createProvider, sleep, startMining, stopMining } from './testUtils' import { nullAddress } from '../helpers'