diff --git a/Tests/Py/Fit/CMakeLists.txt b/Tests/Py/Fit/CMakeLists.txt
index 9b379d690ea988171451d8b7244e10f7195126d2..25fde18a3ae1c3ff92b44d2a066de0de2ca13f79 100644
--- a/Tests/Py/Fit/CMakeLists.txt
+++ b/Tests/Py/Fit/CMakeLists.txt
@@ -12,7 +12,7 @@ file(GLOB tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
 
 foreach(_test ${tests})
     configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${_test} ${output_dir}/${_test} COPYONLY)
-    add_test(NAME PyFit.${_test}
+    add_test(NAME Py.Fit.${_test}
         COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}
         ${Python3_EXECUTABLE} ${output_dir}/${_test})
 endforeach()