Skip to content

Commit

Permalink
fix funding_sources_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Mar 26, 2024
1 parent b1a4c7c commit 1b8685d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/integration/funding_sources_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
expect(funding_sources.size).to be > 0

funding_sources.each do |funding_source|
expect(funding_sources).to respond_to(:id)
expect(funding_sources).to respond_to(:method)
expect(funding_sources).to respond_to(:meta)
expect(funding_source).to respond_to(:id)
expect(funding_source).to respond_to(:method)
expect(funding_source).to respond_to(:meta)
end
end
end

0 comments on commit 1b8685d

Please sign in to comment.