fix snapshot build

This commit is contained in:
Grahame Grieve 2022-01-10 23:03:35 +11:00
parent cec1a365ec
commit d5e98dbf94
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class NarrativeGenerationTests {
}
public static Stream<Arguments> data() throws ParserConfigurationException, IOException, FHIRFormatError, SAXException {
Document tests = XMLUtil.parseToDom(TestingUtilities.loadTestResource("r5", "narrative", "manifest.xml"));
Document tests = XMLUtil.parseToDom(TestingUtilities.loadTestResource("r4b", "narrative", "manifest.xml"));
Element test = XMLUtil.getFirstChild(tests.getDocumentElement());
List<Arguments> objects = new ArrayList<>();
while (test != null && test.getNodeName().equals("test")) {