|
|
@ -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') |
|
|
|
})
|
|
|
|
})
|
|
|
|