mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-13 02:46:34 +00:00
update testutils
This commit is contained in:
parent
750661069a
commit
90b45ff462
@ -186,7 +186,7 @@ exports.promisify = (func) =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
exports.zeroAddress = '0x0000000000000000000000000000000000000000';
|
exports.zeroAddress = '0x0000000000000000000000000000000000000000';
|
||||||
|
exports.zeroBytes32 = "0x0000000000000000000000000000000000000000000000000000000000000000";
|
||||||
exports.ensureException = function(error) {
|
exports.ensureException = function(error) {
|
||||||
assert(isException(error), error.toString());
|
assert(isException(error), error.toString());
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user