refactor(minor): rename function to be more descriptive

(cherry picked from commit d6433f803b)
This commit is contained in:
Sagar Sharma
2023-05-12 11:45:33 +05:30
committed by Mergify
parent 4c8dbeddec
commit 0575b105d0
4 changed files with 14 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ class TestSubcontractingController(FrappeTestCase):
sco.remove_empty_rows()
self.assertEqual((len_before - 1), len(sco.service_items))
def test_set_missing_values_in_additional_costs(self):
def test_calculate_additional_costs(self):
sco = get_subcontracting_order(do_not_submit=1)
rate_without_additional_cost = sco.items[0].rate