2
0
mirror of synced 2025-02-24 12:08:10 +00:00

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

View File

@ -54,7 +54,7 @@ module.exports = function(test) {
test.equal(result, 'foobar', 'failed to call getVaue'); test.equal(result, 'foobar', 'failed to call getVaue');
resolve(result); resolve(result);
}, function(error) { }, function(error) {
test.ok(false, 'failed to call getValue'); test.ok(false, 'failed to call getValue (is parity running on this host?)');
reject(error); reject(error);
}); });
}); });