Skip to content

Commit

Permalink
temporarily removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Dec 31, 2024
1 parent b03a851 commit e480559
Showing 1 changed file with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,31 +178,6 @@
"code": "mxsc:../forwarder/output/forwarder.mxsc.json"
}
}
},
{
"step": "scCall",
"id": "EGLD-test",
"comment": "send all types",
"tx": {
"from": "address:a_user",
"to": "sc:forwarder",
"function": "send_esdt_direct_multi_transfer",
"arguments": [
"address:a_user",
"str:EGLD",
"0",
"1000"
],
"gasLimit": "80,000,000",
"gasPrice": "0"
},
"expect": {
"out": [],
"status": "10",
"message": "str:insufficient funds",
"gas": "*",
"refund": "*"
}
}
]
}

0 comments on commit e480559

Please sign in to comment.