1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00

fix test to one-liner

This commit is contained in:
Luan Estradioto 2025-04-16 14:33:55 -03:00
parent 665a478e4f
commit ce79f78c25

View file

@ -10,6 +10,6 @@ class AddressTest < ActiveSupport::TestCase
postal_code: "94101"
)
assert_equal "123 Main St\n\nSan Francisco, CA 94101\nUS", address.to_s
assert_equal "123 Main St, San Francisco, CA 94101 US", address.to_s
end
end