Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Feb 6, 2017
1 parent 53e6ece commit d574c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-browser/tests/staticanalysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function runTests (browser) {
.click('#staticanalysisView button')
.waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () {
dom.listSelectorContains(['Untitled:1:34: use of tx.origin',
'Fallback function of contract TooMuchGas requires too much gas'],
'Fallback function of contract Untitled:TooMuchGas requires too much gas'],
'#staticanalysisresult .warning span',
browser, function () {
browser.end()
Expand Down

0 comments on commit d574c9a

Please sign in to comment.