update function in test

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-15 20:09:54 -03:00 committed by Barry Gitarts
parent db2d429674
commit 1cd3ea3262
1 changed files with 2 additions and 1 deletions

View File

@ -356,7 +356,8 @@ contract('ENSSubdomainRegistry', function () {
await ens.methods.setOwner(usernameHash, newOwner).send({from: registrant});
let result = await ENSSubdomainRegistry.methods.updateBackupOwner(
usernameHash
labelHash,
domains.paid.namehash
).send({from: newOwner});
//TODO: check events