Skip to content

Commit

Permalink
test: adapt cpp tests to expect raw amount when expert mode on
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia committed Oct 1, 2024
1 parent 01b3385 commit 02ee3d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/testcases/thor.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"1 | Account : 588",
"2 | Sequence : 5",
"3 | Type : Send",
"4 | Amount : 150000000 rune",
"4 | Raw Amount : 150000000 rune",
"5 | From [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
"5 | From [2/2] : 5t5gp",
"6 | To [1/2] : tthor10xgrknu44d83qr4s4uw56cqxg0hsev5e6",
"6 | To [2/2] : 8lc9z",
"7 | Amount : 50000000 rune",
"7 | Raw Amount : 50000000 rune",
"8 | From [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
"8 | From [2/2] : 5t5gp",
"9 | To [1/2] : tthor10xgrknu44d83qr4s4uw56cqxg0hsev5e6",
Expand Down Expand Up @@ -103,7 +103,7 @@
"1 | Account : 588",
"2 | Sequence : 5",
"3 | Type : Send",
"4 | Amount : 150000000 rune",
"4 | Raw Amount : 150000000 rune",
"5 | From [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
"5 | From [2/2] : 5t5gp",
"6 | To [1/2] : tthor10xgrknu44d83qr4s4uw56cqxg0hsev5e6",
Expand Down Expand Up @@ -185,7 +185,7 @@
"1 | Account : 588",
"2 | Sequence : 5",
"3 | Type : Send",
"4 | Amount : 150000000 rune",
"4 | Raw Amount : 150000000 rune",
"5 | From [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
"5 | From [2/2] : 5t5gp",
"6 | To [1/2] : tthor10xgrknu44d83qr4s4uw56cqxg0hsev5e6",
Expand Down Expand Up @@ -309,8 +309,8 @@
"1 | Account : 588",
"2 | Sequence : 6",
"3 | Type : Deposit",
"4 | Amount [1/2] : 330000000 THOR.RUNE",
"4 | Amount [2/2] : 220000000 BSC.USDT",
"4 | Raw Amount [1/2] : 330000000 THOR.RUNE",
"4 | Raw Amount [2/2] : 220000000 BSC.USDT",
"5 | Memo [1/2] : SWAP:BNB.BNB:tbnb1qk2m905ypazwfau9cn0qn",
"5 | Memo [2/2] : r4c4yxz63v9u9md20:",
"6 | Sender [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
Expand Down Expand Up @@ -352,7 +352,7 @@
"1 | Account : 588",
"2 | Sequence : 6",
"3 | Type : Deposit",
"4 | Amount : 330000000 THOR.RUNE",
"4 | Raw Amount : 330000000 THOR.RUNE",
"5 | Sender [1/2] : tthor1c648xgpter9xffhmcqvs7lzd7hxh0prgv",
"5 | Sender [2/2] : 5t5gp",
"6 | Fee : Empty",
Expand Down

0 comments on commit 02ee3d9

Please sign in to comment.