diff --git a/interfaces/test/unittest/js/mod_fs/properties/mkdir_core_mock_test.cpp b/interfaces/test/unittest/js/mod_fs/properties/mkdir_core_mock_test.cpp index 34c0d40b50f042e93ad92e7d49a34670ed9e9ff8..5a524274e9c7a4c41dc0dc4995f8cc9002e56e95 100644 --- a/interfaces/test/unittest/js/mod_fs/properties/mkdir_core_mock_test.cpp +++ b/interfaces/test/unittest/js/mod_fs/properties/mkdir_core_mock_test.cpp @@ -41,7 +41,7 @@ filesystem::path MkdirCoreMockTest::tempFilePath; void MkdirCoreMockTest::SetUpTestCase(void) { GTEST_LOG_(INFO) << "SetUpTestCase"; - tempFilePath = filesystem::temp_directory_path() / "test"; + tempFilePath = filesystem::temp_directory_path() / "mkdir_core_mock_test"; std::filesystem::create_directory(tempFilePath); uvMock = std::make_shared(); Uvfs::ins = uvMock;