Plaid sync tests and multi-currency investment support (#1531)

* Plaid sync tests and multi-currency investment support

* Fix system test

* Cleanup

* Remove data migration
This commit is contained in:
Zach Gollwitzer
2024-12-12 08:56:52 -05:00
committed by GitHub
parent b2a56aefc1
commit 800eb4c146
21 changed files with 406 additions and 165 deletions

View File

@@ -4,7 +4,7 @@ class Account::HoldingsControllerTest < ActionDispatch::IntegrationTest
setup do
sign_in users(:family_admin)
@account = accounts(:investment)
@holding = @account.holdings.current.first
@holding = @account.holdings.first
end
test "gets holdings" do