Skip to content

Commit

Permalink
Update DAOFactory.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Jun 16, 2020
1 parent 9bcf1f0 commit fb40376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/0.1.1-rc.23/DAOFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('DAOFactory', () => {
);

let avatarAddress = await tx.call();
await tx.send();
tx = await tx.send();

const avatar = await new web3.eth.Contract(Avatar.abi, avatarAddress, opts);
const nativeTokenAddress = await avatar.methods.nativeToken().call();
Expand Down

0 comments on commit fb40376

Please sign in to comment.