fix error

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-15 15:50:01 -03:00 committed by Barry Gitarts
parent 990fb7aace
commit b36821ca13
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const utils = require('../utils/testUtils.js');
const web3Utils = require('web3-utils');
const namehash = require('eth-ens-namehash');
const utils.zeroBytes32 = "0x0000000000000000000000000000000000000000000000000000000000000000";
contract('ENS', function () {
let ens;