Skip to content

Commit

Permalink
Edit test names
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflau committed Apr 18, 2023
1 parent 5f5d62b commit 2464b4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/resolvers/TestParentAvatarResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ const ENS = artifacts.require('./registry/ENSRegistry.sol')
const NameWrapper = artifacts.require('DummyNameWrapper.sol')
const { deploy } = require('../test-utils/contracts')
const { labelhash } = require('../test-utils/ens')
const {
EMPTY_BYTES32: ROOT_NODE,
EMPTY_ADDRESS,
} = require('../test-utils/constants')
const { EMPTY_BYTES32: ROOT_NODE } = require('../test-utils/constants')

const { expect } = require('chai')
const namehash = require('eth-ens-namehash')

contract('PublicResolver', function (accounts) {
contract('Parent Avatar Resolver', function (accounts) {
let node
let ens, resolver, nameWrapper
let account
Expand Down

0 comments on commit 2464b4a

Please sign in to comment.