Fixed test result.
This commit is contained in:
parent
4dcc82a01a
commit
10c47b6898
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class ClearbitTest < ActiveSupport::TestCase
|
||||||
|
|
||||||
assert_equal('Should', customer1.firstname)
|
assert_equal('Should', customer1.firstname)
|
||||||
assert_equal('be still there', customer1.lastname)
|
assert_equal('be still there', customer1.lastname)
|
||||||
assert_equal('O\'Reilly author, software engineer & traveller. Founder of https://clearbit.com', customer1.note)
|
assert_equal('O\'Reilly author, software engineer & traveller. Founder of <a href="https://clearbit.com" rel="nofollow noreferrer noopener" target="_blank">https://clearbit.com</a>', customer1.note)
|
||||||
assert_equal('1455 Market Street, San Francisco, CA 94103, USA', customer1.address)
|
assert_equal('1455 Market Street, San Francisco, CA 94103, USA', customer1.address)
|
||||||
|
|
||||||
organization1 = Organization.find_by(name: 'Uber, Inc.')
|
organization1 = Organization.find_by(name: 'Uber, Inc.')
|
||||||
|
|
Loading…
Reference in a new issue