diff --git a/apps/remix-ide-e2e/src/tests/debugger.test.ts b/apps/remix-ide-e2e/src/tests/debugger.test.ts index dd29e870e9..fa444e578a 100644 --- a/apps/remix-ide-e2e/src/tests/debugger.test.ts +++ b/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_) { _name = name_; _symbol = symbol_; - _decimals = 18; }`) != -1, 'current displayed content is not from the ERC20 source code') })