Skip to content

Commit aa67dcb

Browse files
Update Branch-TestBed/Branch-SDK-Tests/BranchEvent.Test.swift
Co-authored-by: matterai-app[bot] <150888575+matterai-app[bot]@users.noreply.github.com>
1 parent 0ecb369 commit aa67dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Branch-TestBed/Branch-SDK-Tests/BranchEvent.Test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ final class BranchEventTestSwift: XCTestCase {
9393
dictionary = mutableDictionaryFromBundleJSON(withKey: "BranchUniversalObjectJSON")
9494
if let dictionary = dictionary {
9595
dictionary["$publicly_indexable"] = nil // Remove this value since we don't add false values.
96-
XCTAssert(dictionary.isEqual(to: testDictionary))
96+
XCTAssert(dictionary.isEqual(to: testDictionary), "BranchUniversalObject dictionary mismatch against BranchUniversalObjectJSON")
9797
}
9898

9999
event.contentItems = [branchUniversalObject]

0 commit comments

Comments
 (0)