fix input in e2e

pull/2784/head^2
Aniket-Engg 2 years ago committed by Aniket
parent 8847f41ad5
commit 0344d138c7
  1. 5
      apps/remix-ide-e2e/src/tests/erc721.test.ts

@ -36,10 +36,7 @@ module.exports = {
.testFunction('last',
{
status: 'true Transaction mined and execution succeed',
'decoded input': {
'string tokenName': 'MyToken',
'string tokenSymbol': 'MTK'
}
'decoded input': {}
}).end()
}
}

Loading…
Cancel
Save