Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Jun 28, 2024
1 parent c3813a6 commit bcba29e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@
}
}
},
{
"step": "setState",
"accounts": {
"0x00000000000000006c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925": {
"nonce": "1",
"balance": "0",
"esdt": {
"str:COOL-123456": {
"instances": [
{
"nonce": "0",
"balance": "1000",
"royalties": "0",
"attributes": "0x"
}
]
}
},
"code": "file:../output/rust-testing-framework-tester.wasm",
"codeMetadata": "0x0506",
"developerRewards": "0"
}
}
},
{
"step": "checkState",
"accounts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ fn test_esdt_balance() {
})
.assert_ok();

wrapper.add_mandos_set_account(sc_wrapper.address_ref());
wrapper.add_mandos_check_account(sc_wrapper.address_ref());
wrapper.write_mandos_output(TEST_ESDT_OUTPUT_PATH);
}
Expand Down

0 comments on commit bcba29e

Please sign in to comment.