mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
style: new line before function
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user