Skip to content

Commit

Permalink
πŸ‘Œ Fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iujames committed Nov 16, 2023
1 parent afe710c commit 0078bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class AnalyticsTrackerTests: XCTestCase {
let onRequestExpectation = expectation(description: "Valid request")
let expectedEvents = [Event(name: "appcues:screen_view", attributes: ["screenTitle":"screen-name"])]

// In the case of a profile update, immediately followed by a group update, verify that the
// In the case of a profile update, immediately followed by a screen view, verify that the
// updates get merged together in a single Activity that gets sent to the ActivityProcessor
appcues.activityProcessor.onProcess = { activity, completion in
["userProp":1].verifyPropertiesMatch(activity.profileUpdate)
Expand Down

0 comments on commit 0078bee

Please sign in to comment.