Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test flow #296

Merged
merged 1 commit into from
Dec 18, 2023
Merged

fix test flow #296

merged 1 commit into from
Dec 18, 2023

Conversation

mdtanrikulu
Copy link
Member

No description provided.

@@ -258,7 +258,10 @@ 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)
expect(expiry).to.be.bignumber.equal(parentExpiry.add(GRACE_PERIOD))
console.log('expiry', expiry)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this before merging

@jefflau jefflau merged commit 74de256 into mdt/offchain-resolver-fix Dec 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants