Skip to content

Commit ade8867

Browse files
Missed unit tests fix.
1 parent aeb7c07 commit ade8867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/swift-sdk-swift-tests/InAppHelperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class InAppHelperTests: XCTestCase {
168168
])
169169
let body = networkSession.getRequestBody() as! [String : Any]
170170
TestUtils.validateMatch(keyPath: KeyPath("messageId"), value: messageId, inDictionary: body)
171-
TestUtils.validateMatch(keyPath: KeyPath("urlClick"), value: buttonUrl, inDictionary: body)
171+
TestUtils.validateMatch(keyPath: KeyPath("clickedUrl"), value: buttonUrl, inDictionary: body)
172172
TestUtils.validateMatch(keyPath: KeyPath("userId"), value: InAppHelperTests.userId, inDictionary: body)
173173
expectation1.fulfill()
174174
}

0 commit comments

Comments
 (0)