diff --git a/test/integration/clearbit_test.rb b/test/integration/clearbit_test.rb index 2625c615e..1b4ece218 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -55,7 +55,7 @@ class ClearbitTest < ActiveSupport::TestCase assert_equal('Should', customer1.firstname) 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 https://clearbit.com', customer1.note) assert_equal('1455 Market Street, San Francisco, CA 94103, USA', customer1.address) organization1 = Organization.find_by(name: 'Uber, Inc.')