Unverified Commit 2cdaa1c6 authored by yann300's avatar yann300 Committed by GitHub

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

Fix e2e test
parents 6504bdfc c4e97f04
...@@ -95,7 +95,6 @@ module.exports = { ...@@ -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')
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment