diff --git a/tests/file_helper.cpp b/tests/file_helper.cpp index f3b90d28..1f7e19b6 100644 --- a/tests/file_helper.cpp +++ b/tests/file_helper.cpp @@ -136,7 +136,7 @@ TEST_CASE("file_helper_split_by_extenstion7", "[file_helper::split_by_extenstion auto expected_basename = "folder\\.mylog"; #else auto filename = "folder/.mylog.txt"; - auto expected_basename = "folder//.mylog"; + auto expected_basename = "folder/.mylog"; #endif std::string basename, ext; std::tie(basename, ext) = file_helper::split_by_extenstion(filename);