2
0

[IMP] account_asset_batch_compute: black, isort, prettier

This commit is contained in:
Olga Marco 2022-01-12 10:04:42 +01:00 committed by Javier Iniesta
parent cf12172e4b
commit be8ee59e1c

View File

@ -128,7 +128,8 @@ class TestAccountAssetBatchCompute(TransactionCase):
)
self.assertTrue(len(depreciation_line) == 0)
job_name = "Creating move for asset with id {} to {}".format(
self.asset01.id, self.nextmonth,
self.asset01.id,
self.nextmonth,
)
jobs = self.env["queue.job"].search(
[("name", "=", job_name)], order="date_created desc", limit=1