Skip to content

Commit

Permalink
feat: sync with provider value
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Dec 18, 2024
1 parent 7290ac4 commit 9e85ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/integration_customers/create_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
expect { service_call }.to change(IntegrationCustomers::BaseCustomer, :count).by(1)
end

context 'when the integration is with salesforce' do
context 'when the integration type is salesforce' do
let(:integration) { create(:salesforce_integration, organization:) }
let(:integration_type) { 'salesforce' }

Expand Down

0 comments on commit 9e85ff9

Please sign in to comment.