Fix ballot tests

pull/17/head
ioedeveloper 4 years ago committed by Aniket
parent 41d976412a
commit c4b69199c6
  1. 2
      apps/remix-ide/test-browser/tests/ballot.test.js

@ -79,7 +79,7 @@ module.exports = {
.click('*[data-id="terminalClearConsole"]')
.clickFunction('delegate - transact (not payable)', {types: 'address to', values: '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'})
.journalLastChildIncludes('Ballot.delegate(address)')
.journalLastChildIncludes('data:0x5c1...a733c')
.journalLastChildIncludes('data: 0x5c1...a733c')
.end()
},

Loading…
Cancel
Save