mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Warm up ca_store in gc tests to make sure they pass in isolation (#1375)
This commit is contained in:
parent
45a650036e
commit
5eb028cac0
@ -49,6 +49,7 @@ module Stripe
|
||||
# Make sure we start with a blank slate (state may have been left in
|
||||
# place by other tests).
|
||||
StripeClient.clear_all_connection_managers
|
||||
Stripe.ca_store
|
||||
|
||||
# Establish a base time.
|
||||
t = 0.0
|
||||
@ -117,6 +118,7 @@ module Stripe
|
||||
# Make sure we start with a blank slate (state may have been left in
|
||||
# place by other tests).
|
||||
StripeClient.clear_all_connection_managers
|
||||
Stripe.ca_store
|
||||
|
||||
# Establish a base time.
|
||||
t = 0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user