Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix: truffle test
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Oct 10, 2019
1 parent 6d3f7a9 commit 9e96ef7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ it('can write from 2 services to 2 contracts', async () => {
// when not defined, a new contract is created.
// anchorContractAddress: config.anchorContractAddress,
});
await blockchain1.resolving;

const blockchain2 = element.blockchain.ethereum.configure({
hdPath: "m/44'/60'/0'/0/0",
Expand All @@ -18,6 +19,7 @@ it('can write from 2 services to 2 contracts', async () => {
// when not defined, a new contract is created.
// anchorContractAddress: config.anchorContractAddress,
});
await blockchain2.resolving;

const txn1 = await blockchain1.write('Qmc9Asse4CvAuQJ77vMARRqLYTrL4ZzWK8BKb2FHRAYcuD');
const txn2 = await blockchain1.write('Qmc9Asse4CvAuQJ77vMARRqLYTrL4ZzWK8BKb2FHRAYcuD');
Expand Down

0 comments on commit 9e96ef7

Please sign in to comment.