update testutils

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-14 18:00:21 -03:00
parent 750661069a
commit 90b45ff462
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ exports.promisify = (func) =>
}
exports.zeroAddress = '0x0000000000000000000000000000000000000000';
exports.zeroBytes32 = "0x0000000000000000000000000000000000000000000000000000000000000000";
exports.ensureException = function(error) {
assert(isException(error), error.toString());
};