You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#expect(mapFromValuesMap.size ==1,"Check nested map has correct number of keys")
516
+
#expect(trymapFromValuesMap.size ==1,"Check nested map has correct number of keys")
517
517
518
518
// TODO: remove (Swift-only) — keep channel alive until we've executed our test case. We'll address this in https://github.com/ably/ably-cocoa-liveobjects-plugin/issues/9
#expect(try counterFromReferencedMap.value ==20,"Check nested counter has correct value")
544
544
545
545
letmapFromValuesMap=try #require(valuesMap.get(key:"mapKey")?.liveMapValue,"Check nested map is of type LiveMap")
546
-
#expect(mapFromValuesMap.size ==1,"Check nested map has correct number of keys")
546
+
#expect(trymapFromValuesMap.size ==1,"Check nested map has correct number of keys")
547
547
#expect(mapFromValuesMap === referencedMap,"Check nested map is the same object instance as map on the root")
548
548
549
549
// TODO: remove (Swift-only) — keep channel alive until we've executed our test case. We'll address this in https://github.com/ably/ably-cocoa-liveobjects-plugin/issues/9
0 commit comments