fix: Add missing digit

(cherry picked from commit 60aae4423d)
This commit is contained in:
GangaManoj
2021-10-15 04:03:30 +05:30
committed by mergify-bot
parent 6657a15898
commit 9595f7cc3f

View File

@@ -748,7 +748,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"
)