mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix(Asset): Fix test
This commit is contained in:
@@ -125,7 +125,6 @@ class TestAsset(unittest.TestCase):
|
|||||||
"frequency_of_depreciation": 12,
|
"frequency_of_depreciation": 12,
|
||||||
"depreciation_start_date": "2030-12-31"
|
"depreciation_start_date": "2030-12-31"
|
||||||
})
|
})
|
||||||
asset.insert()
|
|
||||||
self.assertEqual(asset.status, "Draft")
|
self.assertEqual(asset.status, "Draft")
|
||||||
asset.save()
|
asset.save()
|
||||||
expected_schedules = [
|
expected_schedules = [
|
||||||
|
|||||||
Reference in New Issue
Block a user