Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik authored and yann300 committed Apr 23, 2018
1 parent ddca366 commit 761aa50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-browser/tests/compiling.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ function testSimpleContract (browser, callback) {
.testFunction('g - transact (not payable)',
'0xb1532162e2e31397dc1e07ed0a1cf08f728e9b4487c6f9ed79d2f39410c92781',
`[vm]\nfrom:0xca3...a733c\nto:TestContract.g() 0x692...77b3a\nvalue:0 wei\ndata:0xe21...79b8e\nlogs:0\nhash:0xb15...92781`, null, `{
"0": "uint256: 345",
"1": "string: comment_comment_",
"2": "bool: true",
"3": "uint256: 4"
"0": "uint256: 345",
"1": "string: comment_comment_",
"2": "bool: true",
"3": "uint256: 4"
}`).click('i[class^="clearinstance"]').perform(() => { callback(null, browser) })
})
}
Expand Down

0 comments on commit 761aa50

Please sign in to comment.