Skip to content

Commit

Permalink
Merge pull request #1067 from JoinColony/maint/missing-await
Browse files Browse the repository at this point in the history
Add missing await to miner sync test
  • Loading branch information
kronosapiens authored Jul 14, 2022
2 parents a0dac33 + d2acfc4 commit e24ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reputation-system/client-sync-functionality.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ process.env.SOLIDITY_COVERAGE
// Do some additional updates.
await advanceMiningCycleNoContest({ colonyNetwork, client: reputationMiner1, test: this });

fundColonyWithTokens(metaColony, clnyToken, INITIAL_FUNDING.muln(5));
await fundColonyWithTokens(metaColony, clnyToken, INITIAL_FUNDING.muln(5));
for (let i = 0; i < 5; i += 1) {
await setupFinalizedTask({ colonyNetwork, colony: metaColony });
}
Expand Down

0 comments on commit e24ebe8

Please sign in to comment.