@pdtf/schemas 2.0.0-6 → 2.0.0-7

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.
@@ -110,7 +110,9 @@ test("correctly gets a subschema through a dependency", () => {
110
110
  "/propertyPack/materialFacts/delayFactors/hasDelayFactors/details",
111
111
  schemaId
112
112
  );
113
- expect(subschema.title).toBe("Details");
113
+ expect(subschema.title).toBe(
114
+ "Provide details and likely timescale for delay (if known)"
115
+ );
114
116
  });
115
117
 
116
118
  test("correctly gets another subschema through a dependency", () => {