refactor(test): make tax withholding tests deterministic

This commit is contained in:
ruthra kumar
2025-09-16 16:46:49 +05:30
parent 87f0247f2b
commit e490d5044b

View File

@@ -1034,6 +1034,7 @@ class TestTaxWithholdingCategory(ERPNextTestSuite):
self.cleanup_invoices(invoices)
@ERPNextTestSuite.change_settings("Buying Settings", {"allow_multiple_items": 1})
def test_tds_calculation_on_net_total_partial_tds(self):
self.setup_party_with_category("Supplier", "Test TDS Supplier4", "Cumulative Threshold TDS")
invoices = []