From fdf33882d75ba2efd669022d342f85789513a2f4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Apr 2026 21:55:23 +0800 Subject: [PATCH] bugfix --- accounting/test_accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)