Skip to content

Commit

Permalink
This one is not a file path
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 13, 2024
1 parent fb1b72a commit b0e8efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void testBundledFiles() throws IOException {
}

// Call the method under test, which should use HttpClientUtils.post
copyResourcesToTargetDir("target" + separator + "refreshIG", "testfiles" +separator + "refreshIG");
copyResourcesToTargetDir("target" + separator + "refreshIG", "testfiles/refreshIG");
// build ini object
File iniFile = new File(INI_LOC);
String iniFileLocation = iniFile.getAbsolutePath();
Expand Down

0 comments on commit b0e8efc

Please sign in to comment.