Skip to content

Commit

Permalink
Remove test for a method without stripe-mock support (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 17, 2023
1 parent 54b103e commit 980b7b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/stripe/source_test.rb
Expand Up @@ -78,16 +78,6 @@ class SourceTest < Test::Unit::TestCase
end
end

context ".retrieve_source_transaction" do
should "retrieve a source transaction" do
Stripe::Source.retrieve_source_transaction(
"src_123",
"srctxn_123"
)
assert_requested :get, "#{Stripe.api_base}/v1/sources/src_123/source_transactions/srctxn_123"
end
end

context ".list_source_transactions" do
should "list source transactions" do
Stripe::Source.list_source_transactions(
Expand Down

0 comments on commit 980b7b0

Please sign in to comment.