mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
Increase specificity of filter when fetching Plaid liabilities
This commit is contained in:
@@ -112,7 +112,8 @@ class PlaidItem::AccountsSnapshotTest < ActiveSupport::TestCase
|
||||
@snapshot.expects(:accounts).returns([
|
||||
OpenStruct.new(
|
||||
account_id: "123",
|
||||
type: "credit"
|
||||
type: "loan",
|
||||
subtype: "student"
|
||||
)
|
||||
]).at_least_once
|
||||
|
||||
|
||||
Reference in New Issue
Block a user