Skip to content

Commit 3d2b540

Browse files
Fix merge issue.
1 parent 6f26677 commit 3d2b540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swift-sdk-swift-tests/in-app-tests/InAppPriorityTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class InAppPriorityTests: XCTestCase {
4848
let config = IterableConfig()
4949
config.inAppDisplayInterval = 1.0
5050

51-
let internalAPI = IterableAPIInternal.initializeForTesting(config: config,
51+
let internalAPI = InternalIterableAPI.initializeForTesting(config: config,
5252
inAppFetcher: mockInAppFetcher,
5353
inAppDisplayer: mockInAppDisplayer)
5454

0 commit comments

Comments
 (0)