Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Chicoine committed Nov 7, 2023
1 parent 88abed7 commit b293752
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ protected String getResourceProcessorType() {
protected Set<String> getPaths(FhirContext fhirContext) {
return IOUtils.getPlanDefinitionPaths(fhirContext);
}

@Override
protected void persistTestFiles(String bundleDestPath, String libraryName, IOUtils.Encoding encoding, FhirContext fhirContext, String fhirUri) {
//not needed
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ protected String getResourceProcessorType() {
protected Set<String> getPaths(FhirContext fhirContext) {
return IOUtils.getQuestionnairePaths(fhirContext);
}

@Override
protected void persistTestFiles(String bundleDestPath, String libraryName, IOUtils.Encoding encoding, FhirContext fhirContext, String fhirUri) {
//not needed
}
}

0 comments on commit b293752

Please sign in to comment.