1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

fix tests

This commit is contained in:
Sebastian Gerske 2018-11-07 08:49:47 +01:00
parent c3282a97c6
commit 78741e1117
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ describe("Keeper", () => {
before(async () => {
ConfigProvider.setConfig(config)
await ContractHandler.deployContracts()
await ContractHandler.prepareContracts()
keeper = await Keeper.getInstance()
})

View File

@ -13,7 +13,7 @@ describe("Account", () => {
before(async () => {
ConfigProvider.setConfig(config)
await ContractHandler.deployContracts()
await ContractHandler.prepareContracts()
ocean = await Ocean.getInstance(config)
accounts = await ocean.getAccounts()