Skip to content

Commit 0d47a13

Browse files
committed
Fix unit tests
1 parent 5f8d36b commit 0d47a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime/container-runtime/src/test/runtimeLayerCompatValidation.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ function validateFailureProperties(
106106
break;
107107
}
108108
case "datastore": {
109-
otherLayerVersion = telemetryProps.dataStoreVersion;
110-
otherLayerGeneration = detailedProperties.dataStoreGeneration;
109+
otherLayerVersion = telemetryProps.datastoreVersion;
110+
otherLayerGeneration = detailedProperties.datastoreGeneration;
111111
break;
112112
}
113113
default: {

0 commit comments

Comments
 (0)