Skip to content

Commit

Permalink
Add missing resetDB
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Oct 11, 2021
1 parent 3cc344e commit 42f93b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/reputation-system/client-calculations.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ process.env.SOLIDITY_COVERAGE

beforeEach(async () => {
await goodClient.initialise(colonyNetwork.address);
await goodClient.resetDB();

// Advance two cycles to clear active and inactive state.
await advanceMiningCycleNoContest({ colonyNetwork, test: this });
Expand Down

0 comments on commit 42f93b2

Please sign in to comment.