Skip to content

Commit

Permalink
feat(manual-payments): Fix Hubspot specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannovosad committed Jan 22, 2025
1 parent 89cbcbf commit 1a77392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
subject(:service_call) { service.call }

let(:service) { described_class.new(invoice:) }
let(:integration) { create(:hubspot_integration, organization:) }
let(:integration) { create(:hubspot_integration, organization:, invoices_properties_version: 2) }
let(:integration_customer) { create(:hubspot_customer, integration:, customer:) }
let(:customer) { create(:customer, organization:) }
let(:organization) { create(:organization) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
subject(:service_call) { service.call }

let(:service) { described_class.new(invoice:) }
let(:integration) { create(:hubspot_integration, organization:) }
let(:integration) { create(:hubspot_integration, organization:, invoices_properties_version: 2) }
let(:integration_customer) { create(:hubspot_customer, integration:, customer:) }
let(:integration_invoice) { create(:integration_resource, syncable: invoice, integration:) }
let(:customer) { create(:customer, organization:) }
Expand Down

0 comments on commit 1a77392

Please sign in to comment.