Skip to content

Commit cf85e71

Browse files
author
“Akshay
committed
Test fix
1 parent cd6a3db commit cf85e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/ios/example/ReactE2E.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ReactE2E: RCTEventEmitter {
8585
let campaignId = params["campaignId"] as! Int
8686
_ = IterableAPISupport.sendInApp(apiKey: apiKey, to: email, withCampaignId: campaignId)
8787
DispatchQueue.main.asyncAfter(deadline: .now() + 2.0) {
88-
_ = IterableAPI.internalImplementation?.inAppManager.scheduleSync()
88+
_ = IterableAPI.implementation?.inAppManager.scheduleSync()
8989
}
9090
break
9191
default:

0 commit comments

Comments
 (0)