[FIX] mis_builder_cash_flow: Call the correct method (action_post) to avoid the warning message in tests.
parent
4277bbdb08
commit
52413ba1be
|
@ -105,7 +105,7 @@ class TestCashFlow(TransactionCase):
|
|||
],
|
||||
}
|
||||
)
|
||||
move.post()
|
||||
move.action_post()
|
||||
self.check_matrix(
|
||||
args=[
|
||||
("liquidity", "Current", 1500),
|
||||
|
|
Loading…
Reference in New Issue