Skip to content

Commit

Permalink
Fix open
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe committed Mar 23, 2022
1 parent f52e5c0 commit 2932dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StripeCore/StripeCoreTestUtils/APIStubbedTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import OHHTTPStubs

/* A test case offering a custom STPAPIClient with manual JSON stubbing. */
open class APIStubbedTestCase: XCTestCase {
public override func setUp() {
open override func setUp() {
super.setUp()

// Stubs are evaluated in the reverse order that they are added, so if the network is hit and no other stub is matched, raise an exception
Expand Down

0 comments on commit 2932dc2

Please sign in to comment.