linting fix

pull/1573/head
aniket-engg 3 years ago committed by Aniket
parent f4352ceb0e
commit a0731b261e
  1. 50
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -463,29 +463,29 @@ const sources = [
]
const locals = {
"sender": {
"value": {
"weight": {
"value": "1",
"type": "uint256"
},
"voted": {
"value": false,
"type": "bool"
},
"delegate": {
"value": "0x0000000000000000000000000000000000000000",
"type": "address"
},
"vote": {
"value": "0",
"type": "uint256"
}
},
"type": "struct Ballot.Voter"
},
"proposal": {
"value": "1",
"type": "uint256"
}
sender: {
value: {
weight: {
value: '1',
type: 'uint256'
},
voted: {
value: false,
type: 'bool'
},
delegate: {
value: '0x0000000000000000000000000000000000000000',
type: 'address'
},
vote: {
value: '0',
type: 'uint256'
}
},
type: 'struct Ballot.Voter'
},
proposal: {
value: '1',
type: 'uint256'
}
}

Loading…
Cancel
Save