Commit 85c724d0 authored by yann300's avatar yann300

add log

parent dea6cca6
......@@ -108,6 +108,7 @@ function verifyCallReturnValue (browser, address, checks, done) {
}
return ret
}, [address], function (result) {
console.log(result)
for (var k in checks) {
browser.assert.equal(result.value[k], checks[k])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment