[FIX] account_asset_batch_compute: assertEquals -> assertEqual
This commit is contained in:
parent
f9ebe44213
commit
ab8c1ddfe3
@ -139,4 +139,4 @@ class TestAccountAssetBatchCompute(TransactionCase):
|
|||||||
depreciation_line = self.asset01.depreciation_line_ids.filtered(
|
depreciation_line = self.asset01.depreciation_line_ids.filtered(
|
||||||
lambda r: r.type == "depreciate" and r.move_id
|
lambda r: r.type == "depreciate" and r.move_id
|
||||||
)
|
)
|
||||||
self.assertEquals(len(depreciation_line), 1)
|
self.assertEqual(len(depreciation_line), 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user