From 90b45ff4624433db1c801916944584e092a2df81 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Mon, 14 May 2018 18:00:21 -0300 Subject: [PATCH] update testutils --- utils/testUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/testUtils.js b/utils/testUtils.js index 75ddb06..00a9af8 100644 --- a/utils/testUtils.js +++ b/utils/testUtils.js @@ -186,7 +186,7 @@ exports.promisify = (func) => } exports.zeroAddress = '0x0000000000000000000000000000000000000000'; - +exports.zeroBytes32 = "0x0000000000000000000000000000000000000000000000000000000000000000"; exports.ensureException = function(error) { assert(isException(error), error.toString()); };