Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 23, 2024
1 parent 793f4c1 commit 9c68073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
expect(result).to be_success
expect(result.invoice_custom_section.name).to eq('Updated Name')
expect(Organizations::SelectInvoiceCustomSectionService).to have_received(:call)
.with(section: invoice_custom_section, organization: organization)
.with(section: invoice_custom_section)
end

context 'when pass selected as false' do
Expand Down

0 comments on commit 9c68073

Please sign in to comment.