Skip to content

Commit

Permalink
Merge pull request #298 from ensdomains/mdt/fix-testflow
Browse files Browse the repository at this point in the history
Remove log
  • Loading branch information
jefflau authored Dec 18, 2023
2 parents 74de256 + 822e4e6 commit 06d956c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/wrapper/Constraints.behaviour.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ function shouldRespectConstraints(contracts, getSigners) {
const parentExpiry = await BaseRegistrar.nameExpires(labelhash('test1'))
await NameWrapper.setChildFuses(parentNode, childLabelHash, 0, MAX_EXPIRY)
const [, , expiry] = await NameWrapper.getData(childNode)
console.log('expiry', expiry)
expect(expiry.toString()).to.be.equal(
parentExpiry.add(GRACE_PERIOD).toString(),
)
Expand Down

0 comments on commit 06d956c

Please sign in to comment.