Merge pull request #847 from ethereum/yann300-patch-27

Fix e2e test
pull/854/head
yann300 4 years ago committed by GitHub
commit 2cdaa1c660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -95,7 +95,6 @@ module.exports = {
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) { browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {
_name = name_; _name = name_;
_symbol = symbol_; _symbol = symbol_;
_decimals = 18;
}`) != -1, }`) != -1,
'current displayed content is not from the ERC20 source code') 'current displayed content is not from the ERC20 source code')
}) })

Loading…
Cancel
Save