Added some more info to contract tests that require RPC running.

This commit is contained in:
ricmoo 2016-08-01 18:36:33 -04:00
parent 6440d8e69d
commit c70a9f61cb

@ -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);
});
});