Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Oct 24, 2023
1 parent 3938370 commit c61f68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/keeper/ContractEvent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('ContractEvent', () => {
before(async () => {
await TestContractHandler.prepareContracts()
nevermined = await Nevermined.getInstance(config)
await nevermined.keeper.loadDispenserAndTokenInstances()
web3 = await Web3Provider.getWeb3(config)
;[account1, account2, account3, account4] = await nevermined.accounts.list()
})
Expand Down
1 change: 1 addition & 0 deletions test/nevermined/Account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Account', () => {
before(async () => {
await TestContractHandler.prepareContracts()
nevermined = await Nevermined.getInstance(config)
await nevermined.keeper.loadDispenserAndTokenInstances()
accounts = await nevermined.accounts.list()
})

Expand Down

0 comments on commit c61f68f

Please sign in to comment.