Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcrypto committed Mar 20, 2021
1 parent d608972 commit d3213b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ERC20.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ describe("ERC20", function () {

describe("Permit", function () {
// This is a test of our utility function.
it("Returns correct DOMAIN_SEPARATOR for token and chainId", async function () {
expect(await this.token.DOMAIN_SEPARATOR()).to.be.equal(getDomainSeparator(this.token.address, this.bob.provider._network.chainId))
})

it("Reverts when address zero is passed as alice argument", async function () {
const nonce = await this.token.nonces(this.carol.address)

Expand Down

0 comments on commit d3213b1

Please sign in to comment.