Shorten assertion docstring

explicit_write_pps_on_exit
jaredgoldman 2023-02-28 13:26:37 -05:00
parent 87eb9c5772
commit d7317c3710
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ def _assert(
executions, executions,
): ):
with ( with (
open_trade_ledger(broker, account) as ledger,
open_pps(broker, account) as table, open_pps(broker, account) as table,
): ):
''' '''
Assert multiple cases including pps, ledger and final position message state Assert multiple cases including pps,
ledger and final position message state
''' '''
if assert_entries: if assert_entries: