mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
test: update expected values for tax withholding calculations in tests
This commit is contained in:
@@ -36,8 +36,8 @@ class TestTaxWithholdingDetails(AccountsTestMixin, FrappeTestCase):
|
|||||||
expected_values = [
|
expected_values = [
|
||||||
# Check for JV totals using back calculation logic
|
# Check for JV totals using back calculation logic
|
||||||
[jv.name, "TCS", 0.075, -10000.0, -10000.0, -7.5, -10000.0],
|
[jv.name, "TCS", 0.075, -10000.0, -10000.0, -7.5, -10000.0],
|
||||||
[pe.name, "TCS", 0.075, 2550, 2550, 0.53, 2550.53],
|
[pe.name, "TCS", 0.075, 706.67, 2550.0, 0.53, 2550.53],
|
||||||
[si.name, "TCS", 0.075, 1000, 1000, 0.52, 1000.52],
|
[si.name, "TCS", 0.075, 693.33, 1000.0, 0.52, 1000.52],
|
||||||
]
|
]
|
||||||
self.check_expected_values(result, expected_values)
|
self.check_expected_values(result, expected_values)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user