[FIX] mis_builder_cash_flow: Call the correct method (action_post) to avoid the warning message in tests.

pull/1009/head
Víctor Martínez 2023-02-14 09:30:20 +01:00
parent 4277bbdb08
commit 52413ba1be
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class TestCashFlow(TransactionCase):
],
}
)
move.post()
move.action_post()
self.check_matrix(
args=[
("liquidity", "Current", 1500),