fix: Add missing digit

(cherry picked from commit 0b8cb5dd47)
This commit is contained in:
GangaManoj
2021-10-15 04:56:00 +05:30
committed by mergify-bot
parent c104a2a2f4
commit 595d6c31b5

View File

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