Skip to content

Commit

Permalink
endToEnd()
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Aug 15, 2023
1 parent 7b84a82 commit 8efd854
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void endToEnd() throws Exception {
TestHelper.exportOff();
Config.set("exporter.fhir.export", "true");
Config.set("exporter.json.export", "true");
Config.set("exporter.ndjson.export", "true");
Generator.DEFAULT_STATE = "North Carolina";
Path baseDirectory = tempFolder.newFolder().toPath();
Config.set("exporter.baseDirectory", baseDirectory.toString());
Expand Down

0 comments on commit 8efd854

Please sign in to comment.