Skip to content

Commit ae7a9f7

Browse files
committed
🛠 [fix][backend] mock data test
1 parent 17efe5f commit ae7a9f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/mock_data/accounts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"timezone": "Asia/Taipei"
88
},
99
{
10-
"balance": "1000000",
10+
"balance": "970000",
1111
"currency_code": "TWD",
1212
"id": 2,
1313
"name": "中國信託台幣活存",
@@ -28,14 +28,14 @@
2828
"timezone": "America/Los_Angeles"
2929
},
3030
{
31-
"balance": "100000",
31+
"balance": "104750",
3232
"currency_code": "USD",
3333
"id": 5,
3434
"name": "Chase Checking",
3535
"timezone": "America/New_York"
3636
},
3737
{
38-
"balance": "-3008",
38+
"balance": "-8",
3939
"currency_code": "USD",
4040
"id": 6,
4141
"name": "American Express Gold Card",

0 commit comments

Comments
 (0)