Skip to content

Commit

Permalink
fix(GiniBankSDK): PR comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-gini committed Jan 20, 2025
1 parent dbb8259 commit 2cf8166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

import Foundation

// should only be used in tests
/**
Sets the default error logger. It is only used when giniErrorLoggerIsOn is true.
- note: Internal usage only.
**/
var _GINIBANKAPILIBRARY_DISABLE_KEYCHAIN_PRECONDITION_FAILURE: Bool = false

/// The Gini Bank API Library
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ final class NetworkingScreenApiCoordinatorTests: XCTestCase {
trackingDelegate = MockTrackingDelegate()
}

func testSDKClose() throws {
func testCloseSDK() throws {
let (coordinator, _) = try makeCoordinatorAndService(fromViewController: true) // so the sdk would start

XCTAssertEqual(GiniBankNetworkingScreenApiCoordinator.currentCoordinator, coordinator, "The coordinator should be the same")
Expand Down

0 comments on commit 2cf8166

Please sign in to comment.