From c94ef4e50fa69658be38f39aaa1d978c37e16c07 Mon Sep 17 00:00:00 2001 From: nickreynolds Date: Thu, 1 Sep 2022 17:05:58 -0400 Subject: [PATCH] fix: fix test import --- src/__tests__/resolver.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'