Skip to content

Commit

Permalink
ci(ui-automation): Switch from @testable import to import as inte…
Browse files Browse the repository at this point in the history
…rnal methods are not being tested
  • Loading branch information
ValentinaIancu-Gini committed Dec 5, 2024
1 parent 799185c commit d86a4d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


import XCTest
@testable import GiniCaptureSDK
@testable import GiniBankSDK
import GiniCaptureSDK
import GiniBankSDK

class GiniBankSDKExampleUITests: XCTestCase {

Expand Down

0 comments on commit d86a4d3

Please sign in to comment.