Skip to content

Commit

Permalink
Update test/governance/utils/Votes.behavior.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco <[email protected]>
  • Loading branch information
Amxx and frangio authored Feb 8, 2023
1 parent f6e54ab commit c6b34fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/governance/utils/Votes.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function shouldBehaveLikeVotes() {
});

it('domain separator', async function () {
expect(await this.votes.DOMAIN_SEPARATOR()).to.equal(await getDomain(this.votes).then(domainSeparator));
expect(await this.votes.DOMAIN_SEPARATOR()).to.equal(domainSeparator(await getDomain(this.votes)));
});

describe('delegation with signature', function () {
Expand Down

0 comments on commit c6b34fb

Please sign in to comment.