mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Fix tests
This commit is contained in:
parent
46a188258e
commit
65b21acfbf
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ class AccountTest < ActiveSupport::TestCase
|
|||
name: "Test Investment",
|
||||
balance: 1000,
|
||||
currency: "USD",
|
||||
accountable: Investment.new(subtype: "hsa")
|
||||
subtype: "hsa",
|
||||
accountable: Investment.new
|
||||
)
|
||||
|
||||
assert_equal "HSA", account.short_subtype_label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue