@fluidframework/test-runtime-utils 2.70.0-361248 → 2.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -456,7 +456,6 @@ export const shortCodeMap = {
456
456
  "0x2e4": "there should be service config for active connection",
457
457
  "0x2e8": "There should be a store context for the op",
458
458
  "0x2e9": "Must call getLocalState() after applying initial states",
459
- "0x2ea": "Configuration state should be enabled",
460
459
  "0x2eb": "Summary not supported with configuration disabled",
461
460
  "0x2ec": "Blob must be present in blobsContents",
462
461
  "0x2ed": "There should be a channel context for the op",
@@ -1803,12 +1802,7 @@ export const shortCodeMap = {
1803
1802
  "0xc23": "Tracked summary properties must be available when tracking a summary",
1804
1803
  "0xc24": "Already tracking a summary",
1805
1804
  "0xc25": "Tracked summary properties must not be available when ready to track",
1806
- "0xc26": "Incremental chunk contents not found",
1807
1805
  "0xc27": "incremental decoder not available for incremental field decoding",
1808
- "0xc28": "Incremental chunk data missing",
1809
- "0xc29": "should return to fields mode when finished encoding",
1810
- "0xc2a": "incremental encoding must be enabled to use IncrementalFieldShape",
1811
- "0xc2b": "incremental encoding must be enabled",
1812
1806
  "0xc2c": "The data store should be locally visible when generating attach summary",
1813
1807
  "0xc2d": "logger would be in sessionIdOrLogger in this codepath",
1814
1808
  "0xc2e": "DecomposedContainerForContainerRuntime is not a ContainerRuntime",
@@ -1895,6 +1889,14 @@ export const shortCodeMap = {
1895
1889
  "0xc82": "Attempting to attach from unexpected state",
1896
1890
  "0xc83": "Pending blob must be in local cache",
1897
1891
  "0xc84": "Pending blob must not be in attached state",
1898
- "0xc85": "bind must be an ISharedObjectHandle"
1892
+ "0xc85": "bind must be an ISharedObjectHandle",
1893
+ "0xc86": "Encoded incremental chunk not found",
1894
+ "0xc87": "Non object nodes with fields should only have one allowedTypes entry",
1895
+ "0xc88": "incremental encoder must be defined to use incrementalFieldEncoder",
1896
+ "0xc89": "catching up without clientId",
1897
+ "0xc8a": "catching up without clientId",
1898
+ "0xc8b": "connected without clientId",
1899
+ "0xc8c": "connected with different clientId than pending",
1900
+ "0xc8d": "connection state mismatch between getConnectionState and setConnectionStatus notification"
1899
1901
  };
1900
1902
  //# sourceMappingURL=assertionShortCodesMap.js.map