mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-10 11:50:32 +08:00
TST: Refactor so tests can exercise internal methods in blotter.
This commit is contained in:
@@ -366,7 +366,7 @@ class FinanceTestCase(TestCase):
|
||||
for event in events:
|
||||
if event.type == DATASOURCE_TYPE.TRADE:
|
||||
|
||||
txns = blotter.process_trade(event)
|
||||
txns, _ = blotter.process_trade(event)
|
||||
|
||||
for txn in txns:
|
||||
transactions.append(txn)
|
||||
|
||||
Reference in New Issue
Block a user