Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 13, 2024
1 parent a11247a commit 9cfa90f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def resolve(customer_id:, page: nil, limit: nil)
rescue ActiveRecord::RecordNotFound
not_found_error(resource: 'customer')
end

end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
organization.save
end

it_behaves_like 'requires current user'
it_behaves_like 'requires current organization'

it 'returns a list of invoice_custom_sections' do
Expand Down

0 comments on commit 9cfa90f

Please sign in to comment.