Skip to content

Commit

Permalink
Maintenance: Updated Clearbit marketing claim in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed Aug 3, 2020
1 parent 6ef2d85 commit 0b32492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/clearbit_test.rb
Expand Up @@ -280,7 +280,7 @@ class ClearbitTest < ActiveSupport::TestCase
organization6 = Organization.find_by('name LIKE ?', 'APIHub, Inc%')
assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6.id))
assert_equal(false, organization6.shared)
assert_equal('Clearbit provides powerful products and data APIs to help your business grow. Contact enrichment, lead generation, financial compliance, and more...', organization6.note)
assert_equal('Grow your business with marketing and sales built on detailed data from Clearbit. Discover powerful products and APIs to increase and close quality leads.', organization6.note)

end

Expand Down

0 comments on commit 0b32492

Please sign in to comment.