Skip to content

Commit

Permalink
try fix windows unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 24, 2024
1 parent d74f595 commit 732b0ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ struct FixtureLoadFile
FixtureLoadFile()
{
studyPath = CREATE_TMP_DIR_BASED_ON_TEST_NAME();
inputPath = createFolder(studyPath, "input");
libraryDirPath = createFolder(inputPath, "model-libraries");
inputPath = createFolder(studyPath.string(), "input");
libraryDirPath = createFolder(inputPath.string(), "model-libraries");
}

~FixtureLoadFile()
Expand Down

0 comments on commit 732b0ef

Please sign in to comment.