From c70a9f61cbc0c9424bc2cfc1397afe0e95fd87d7 Mon Sep 17 00:00:00 2001 From: ricmoo Date: Mon, 1 Aug 2016 18:36:33 -0400 Subject: [PATCH] Added some more info to contract tests that require RPC running. --- tests/test-contracts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-contracts.js b/tests/test-contracts.js index 31e8a3d2..88ba3591 100644 --- a/tests/test-contracts.js +++ b/tests/test-contracts.js @@ -54,7 +54,7 @@ module.exports = function(test) { test.equal(result, 'foobar', 'failed to call getVaue'); resolve(result); }, function(error) { - test.ok(false, 'failed to call getValue'); + test.ok(false, 'failed to call getValue (is parity running on this host?)'); reject(error); }); });