We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26677 commit 3d2b540Copy full SHA for 3d2b540
tests/swift-sdk-swift-tests/in-app-tests/InAppPriorityTests.swift
@@ -48,7 +48,7 @@ class InAppPriorityTests: XCTestCase {
48
let config = IterableConfig()
49
config.inAppDisplayInterval = 1.0
50
51
- let internalAPI = IterableAPIInternal.initializeForTesting(config: config,
+ let internalAPI = InternalIterableAPI.initializeForTesting(config: config,
52
inAppFetcher: mockInAppFetcher,
53
inAppDisplayer: mockInAppDisplayer)
54
0 commit comments