Skip to content

Commit 5f60ce2

Browse files
author
Yasir Ali
committed
Misspell fixed.
1 parent 2884b50 commit 5f60ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK/OptimizelyTests/OptimizelyTests-Common/NotificationCenterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class NotificationCenterTests: XCTestCase {
5656
}
5757

5858
func sendDecision() {
59-
notificationCenter.sendNotifications(type: NotificationType.Decision.rawValue, args: [Constants.NotificationKeys.OptimizelyDecisionTypeIsFeatureEnabled, "userId", nil, ["url":"https://url.com/", "body": Data()]])
59+
notificationCenter.sendNotifications(type: NotificationType.Decision.rawValue, args: [Constants.NotificationKeys.OptimizelyDecisionTypeExperiment, "userId", nil, ["url":"https://url.com/", "body": Data()]])
6060

6161
}
6262

0 commit comments

Comments
 (0)