Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed Feb 14, 2024
1 parent 34ebee0 commit b25b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmiseSDKTests/ClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ClientTests: XCTestCase {
apiURL: URL(string: "https://api.staging-omise.co")!
)
// swiftlint:enable force_unwrapping
Configuration.setDefault(Configuration(environment: testEnvironment))
Configuration.setShared(Configuration(environment: testEnvironment))
}

override func tearDown() {
Expand Down

0 comments on commit b25b21c

Please sign in to comment.