Added some more info to contract tests that require RPC running.
This commit is contained in:
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);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user