test: made minor change in existing test

(cherry picked from commit d40b55468c)
This commit is contained in:
Khushi Rawat
2024-04-30 15:52:05 +05:30
committed by Mergify
parent 01b25b5821
commit 12f383f252

View File

@@ -1723,7 +1723,7 @@ def create_asset(**args):
"depreciation_start_date": args.depreciation_start_date,
"daily_prorata_based": args.daily_prorata_based or 0,
"shift_based": args.shift_based or 0,
"rate_of_depreciation": args.rate_of_depreciation or 40,
"rate_of_depreciation": args.rate_of_depreciation or 0,
},
)