Open redstreet opened 1 year ago
This is because Beancount regression tester calls file_account()
with an already initialized importer, while bean-file
calls it with an uninitialized importer.
Probably doesn't matter for Beancount, but matters for beancount_reds_importers
.
72 should have broken the schwab_csv_brokerage unit test, which it did not. Fix.