Skip to content

Commit

Permalink
fix browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Feb 28, 2019
1 parent 88f871d commit d7dea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-browser/tests/ballot.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function runTests (browser, testData) {
.pause(2000)
.perform(function (client, done) {
console.log('goToVMtraceStep')
contractHelper.goToVMtraceStep(browser, 58, () => {
contractHelper.goToVMtraceStep(browser, 59, () => {
done()
})
})
Expand Down

0 comments on commit d7dea05

Please sign in to comment.