We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e54ab commit c6b34fbCopy full SHA for c6b34fb
test/governance/utils/Votes.behavior.js
@@ -21,7 +21,7 @@ function shouldBehaveLikeVotes() {
21
});
22
23
it('domain separator', async function () {
24
- 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)));
25
26
27
describe('delegation with signature', function () {
0 commit comments