Skip to content

Commit e93d1bf

Browse files
committed
fix: test
1 parent 95597bd commit e93d1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {providers} from "ethers";
22
import {deploy, deployAndWait, connect} from "./index";
3-
import {DocumentStoreCreatorFactory} from "../types/ethers-contracts/DocumentStoreCreatorFactory";
3+
import {DocumentStoreCreatorFactory} from "./contracts/DocumentStoreCreatorFactory";
44

55
const provider = new providers.JsonRpcProvider();
66
const signer = provider.getSigner();

0 commit comments

Comments
 (0)