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

This commit is contained in:
ljain112
2026-03-30 18:37:07 +05:30
parent 7f87a5e5c6
commit 3449ab063a

View File

@@ -145,7 +145,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",