Skip to content

Commit

Permalink
curation: fix call in test
Browse files Browse the repository at this point in the history
  • Loading branch information
abarmat committed May 6, 2020
1 parent 8076c0d commit 2e7c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/staking/general.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract('Staking', ([me, other, governor, indexNode, channelOwner]) => {
)

// Set staking as distributor of funds to curation
await this.curation.setDistributor(this.staking.address, { from: governor })
await this.curation.setStaking(this.staking.address, { from: governor })
})

describe('configuration', function() {
Expand Down

0 comments on commit 2e7c7fc

Please sign in to comment.