mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-09 01:45:09 +00:00
fix(tests): update item code and quantity in tax detail test case
(cherry picked from commit 3449ab063a)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user