beancount_reds_importers
beancount_reds_importers copied to clipboard
Unit test did not break, but should have
#72 should have broken the schwab_csv_brokerage unit test, which it did not. Fix.
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
.