Skip to content

Commit

Permalink
Fix casing of folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 13, 2024
1 parent 8d95c1f commit 5c7efb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public RefreshIGOperationTest() {
"MBODAInitialExpressions.json", "USCoreCommon.json", "USCoreElements.json", "USCoreTests.json"
};

private static final String TARGET_OUTPUT_FOLDER_PATH = "target" + separator + "NewRefreshIg";
private static final String TARGET_OUTPUT_FOLDER_PATH = "target" + separator + "NewRefreshIG";
private static final String TARGET_OUTPUT_IG_CQL_FOLDER_PATH = TARGET_OUTPUT_FOLDER_PATH + separator + "input" + separator + "cql";
private static final String TARGET_OUTPUT_IG_LIBRARY_FOLDER_PATH = TARGET_OUTPUT_FOLDER_PATH + separator + "input" + separator + "resources" + separator + "library";

Expand Down

0 comments on commit 5c7efb0

Please sign in to comment.