fix: Add missing digit

This commit is contained in:
GangaManoj 2021-10-15 04:03:30 +05:30
parent 371b621364
commit 60aae4423d

View File

@ -692,7 +692,7 @@ class TestDepreciationBasics(AssetSetup):
depreciation_method = "Straight Line",
frequency_of_depreciation = 12,
total_number_of_depreciations = 3,
expected_value_after_useful_life = 1000,
expected_value_after_useful_life = 10000,
depreciation_start_date = "2020-12-31"
)