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:
parent
665a478e4f
commit
ce79f78c25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue