fix: Add missing comma
This commit is contained in:
parent
1b1786532a
commit
416d578290
@ -1109,6 +1109,7 @@ def get_total_days(date, frequency):
|
||||
|
||||
return date_diff(date, period_start_date)
|
||||
|
||||
|
||||
def is_last_day_of_the_month(date):
|
||||
last_day_of_the_month = get_last_day(date)
|
||||
|
||||
|
@ -726,7 +726,7 @@ class TestDepreciationMethods(AssetSetup):
|
||||
["2022-04-30", 1051.12, 2902.92],
|
||||
["2022-05-31", 915.52, 3818.44],
|
||||
["2022-06-30", 797.42, 4615.86],
|
||||
["2022-07-15", 384.14, 5000.0]
|
||||
["2022-07-15", 384.14, 5000.0],
|
||||
]
|
||||
|
||||
schedules = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user