Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Dec 6, 2024
1 parent 8a962e5 commit d67fd43
Show file tree
Hide file tree
Showing 10 changed files with 834 additions and 5,655 deletions.
22 changes: 16 additions & 6 deletions absbox/tests/benchmark/china/out/test13.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
"contents": {
"tag": "PDL",
"contents": [
"Debit",
{
"tag": "CumulativePoolDefaultedBalance",
"contents": null
Expand Down Expand Up @@ -230,17 +231,26 @@
]
},
{
"tag": "Transfer",
"tag": "TransferAndBook",
"contents": [
{
"tag": "ClearLedger",
"contents": [
"Credit",
"MyLedger"
]
"tag": "DS",
"contents": {
"tag": "LedgerBalanceBy",
"contents": [
"Debit",
[
"MyLedger"
]
]
}
},
"\u8d26\u623702",
"\u8d26\u623701",
[
"Credit",
"MyLedger"
],
null
]
},
Expand Down
22 changes: 16 additions & 6 deletions absbox/tests/benchmark/china/out/test25.json
Original file line number Diff line number Diff line change
Expand Up @@ -2483,6 +2483,7 @@
"contents": {
"tag": "PDL",
"contents": [
"Debit",
{
"tag": "CumulativePoolDefaultedBalance",
"contents": null
Expand Down Expand Up @@ -2563,17 +2564,26 @@
]
},
{
"tag": "Transfer",
"tag": "TransferAndBook",
"contents": [
{
"tag": "ClearLedger",
"contents": [
"Credit",
"ABCD"
]
"tag": "DS",
"contents": {
"tag": "LedgerBalanceBy",
"contents": [
"Debit",
[
"ABCD"
]
]
}
},
"\u6536\u5165\u5206\u8d26\u6237",
"\u672c\u91d1\u5206\u8d26\u6237",
[
"Credit",
"ABCD"
],
null
]
},
Expand Down
Loading

0 comments on commit d67fd43

Please sign in to comment.