diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index 8ee9047..7fd4e24 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -36,7 +36,7 @@ async def accounting(username): d.productid = 'test_product' d.transamt = 1.432 d.variable = { - "交易金额": 123.432, + "交易金额": 1.432, "交易手续费": 0 } ais.append(d)