Loading
fix(NotificationUtils): EntityInfo.type is scalar, don't index it as an array
Check Notification Data Entities collected [entities][0][type][0] — the first
CHARACTER of the type string ("Building" -> "B") — so the assertion failed
with e.g. 'Building != B'. TS 104-175 § 5.2.6.6.2 defines EntityInfo.type as a
single attribute name and TS 104-176 § 6.2.4 compacts a single value to a
string. Drop the trailing [0]. Affects the 047_* CSR-subscription notification
assertions.