mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-21 00:00:47 +00:00
small fix
This commit is contained in:
parent
6fa3e8a49f
commit
990fb7aace
@ -68,7 +68,7 @@ contract('ENSSubdomainRegistry', function () {
|
||||
assert.equal(result, utils.zeroAddress);
|
||||
let accountBalance = await ENSSubdomainRegistry.methods.getAccountBalance(usernameHash).call();
|
||||
assert(accountBalance, 0, "Registry subdomain account balance wrong");
|
||||
let result = await ENSSubdomainRegistry.methods.getBackupOwner(usernameHash).call();
|
||||
result = await ENSSubdomainRegistry.methods.getBackupOwner(usernameHash).call();
|
||||
assert(result, registrant, "Backup owner not set");
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user