Removed changes which were accidently committed

This commit is contained in:
Prathmesh Ranaut 2025-06-30 15:13:02 -04:00
parent adcee688ba
commit f607e564f7

View File

@ -5,7 +5,7 @@ require File.expand_path("../test_helper", __dir__)
module Stripe
class AccountTest < Test::Unit::TestCase
should "be listable" do
accounts = Stripe::V1::Account.list
accounts = Stripe::Account.list
assert_requested :get, "#{Stripe.api_base}/v1/accounts"
assert accounts.data.is_a?(Array)
assert accounts.data[0].is_a?(Stripe::Account)