fix console.log

pull/1/head
yann300 6 years ago
parent 9346c49ba8
commit 7ba8ec6c63
  1. 2
      test-browser/helpers/contracts.js

@ -73,7 +73,7 @@ function verifyContract (browser, compiledContractNames, callback) {
browser.assert.fail('compiled contract ' + compiledContractNames + ' not found - none found', 'info about error', '')
browser.end()
}
console.log('contracts all found ' + result.value)
console.log('contracts all found ' + compiledContractNames)
callback()
})
}

Loading…
Cancel
Save