1
0
Fork 0
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:
hatz 2025-04-22 12:42:44 -05:00
parent 46a188258e
commit 65b21acfbf
No known key found for this signature in database

View file

@ -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