Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflau committed Dec 7, 2023
1 parent 3c93765 commit 9bfdad0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/reverseRegistrar/TestL2ReverseRegistrar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { expect } = require('chai')
const { ethers } = require('hardhat')
const { namehash } = require('../test-utils/ens')
const { EMPTY_ADDRESS } = require('../test-utils/constants')

describe('L2ReverseRegistrar', function () {
let L2ReverseRegistrar
Expand Down Expand Up @@ -288,7 +287,7 @@ describe('L2ReverseRegistrar', function () {
).to.be.revertedWith(`InvalidSignature()`)
})

it('reverts if inceptionDate is too low', async () => {
it('reverts if inception date is too low', async () => {
const funcId = ethers.utils
.id(setTextForAddrWithSignatureFuncSig)
.substring(0, 10)
Expand Down

0 comments on commit 9bfdad0

Please sign in to comment.