Skip to content

Commit

Permalink
try fix windows unit tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 24, 2024
1 parent 732b0ef commit b39407f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ BOOST_FIXTURE_TEST_CASE(read_one_lib_file, FixtureLoadFile)

BOOST_FIXTURE_TEST_CASE(dont_read_bad_extension, FixtureLoadFile)
{
createFile(libraryDirPath, "abc.txt");
createFile(libraryDirPath.string(), "abc.txt");
auto libraries = Antares::Solver::LoadFiles::loadLibraries(studyPath);
BOOST_CHECK(libraries.empty());
}
Expand Down

0 comments on commit b39407f

Please sign in to comment.