We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8d36b commit 0d47a13Copy full SHA for 0d47a13
packages/runtime/container-runtime/src/test/runtimeLayerCompatValidation.spec.ts
@@ -106,8 +106,8 @@ function validateFailureProperties(
106
break;
107
}
108
case "datastore": {
109
- otherLayerVersion = telemetryProps.dataStoreVersion;
110
- otherLayerGeneration = detailedProperties.dataStoreGeneration;
+ otherLayerVersion = telemetryProps.datastoreVersion;
+ otherLayerGeneration = detailedProperties.datastoreGeneration;
111
112
113
default: {
0 commit comments