@pdtf/schemas 2.0.0-16 → 2.0.0-18

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.
@@ -140,7 +140,7 @@ test("correctly gets yet, yet another subschema through a dependency", () => {
140
140
 
141
141
  test("correctly gets yet, yet, yet another subschema through a dependency", () => {
142
142
  const subschema = getSubschema(
143
- "/propertyPack/materialFacts/environmentalIssues/flooding/typeOfFlooding/groundWater/yesNo"
143
+ "/propertyPack/materialFacts/environmentalIssues/flooding/typeOfFlooding/other/yesNo"
144
144
  );
145
145
  expect(subschema.type).toBe("string");
146
146
  expect(subschema.enum).toStrictEqual(["Yes", "No"]);