We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecb369 commit aa67dcbCopy full SHA for aa67dcb
1 file changed
Branch-TestBed/Branch-SDK-Tests/BranchEvent.Test.swift
@@ -93,7 +93,7 @@ final class BranchEventTestSwift: XCTestCase {
93
dictionary = mutableDictionaryFromBundleJSON(withKey: "BranchUniversalObjectJSON")
94
if let dictionary = dictionary {
95
dictionary["$publicly_indexable"] = nil // Remove this value since we don't add false values.
96
- XCTAssert(dictionary.isEqual(to: testDictionary))
+ XCTAssert(dictionary.isEqual(to: testDictionary), "BranchUniversalObject dictionary mismatch against BranchUniversalObjectJSON")
97
}
98
99
event.contentItems = [branchUniversalObject]
0 commit comments