Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Mar 11, 2024
1 parent 7d2044d commit dfc54d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esdt-safe/scenarios/execute_batch_both_rejected.scen.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"balance": "0",
"esdt": {
"str:BRIDGE-123456": {
"balance": "3,000,000",
"balance": "3,001,300",
"roles": [
"ESDTRoleLocalBurn",
"ESDTRoleLocalMint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"balance": "0",
"esdt": {
"str:BRIDGE-123456": {
"balance": "3,000,400",
"balance": "3,001,300",
"roles": [
"ESDTRoleLocalBurn",
"ESDTRoleLocalMint"
Expand Down
2 changes: 1 addition & 1 deletion esdt-safe/scenarios/execute_transaction_rejected.scen.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"balance": "0",
"esdt": {
"str:BRIDGE-123456": {
"balance": "1,500,000",
"balance": "1,500,400",
"roles": [
"ESDTRoleLocalBurn",
"ESDTRoleLocalMint"
Expand Down

0 comments on commit dfc54d4

Please sign in to comment.