mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user