fix(tests): update item code and quantity in tax detail test case

(cherry picked from commit 3449ab063a)
This commit is contained in:
ljain112
2026-03-30 18:37:07 +05:30
committed by Mergify
parent 3592637b5c
commit 6689b17b88

View File

@@ -148,7 +148,7 @@ class TestTaxesAndTotals(ERPNextTestSuite):
"cost_center": "_Test Cost Center - _TC",
},
{
"item_code": "_Test Item",
"item_code": "_Test Item 2",
"qty": 2,
"rate": 33.33,
"income_account": "Sales - _TC",