style: new line before function

(cherry picked from commit 7d86881579)
This commit is contained in:
Nabin Hait
2024-05-15 08:18:05 +05:30
committed by Mergify
parent 955ce9b670
commit 6d43d840db

View File

@@ -71,6 +71,7 @@ class TestAssetDepreciationSchedule(FrappeTestCase):
for d in get_depr_schedule(asset.name, "Draft")
]
self.assertEqual(schedules, expected_schedules)
# Test for Written Down Value Method
# Frequency of deprciation = 3
def test_for_daily_prorata_based_depreciation_wdv_method_frequency_3_months(self):