refactor(unit test): angle_test renamed to angular_test

This commit is contained in:
Mateusz Pusz
2023-06-05 15:14:42 +02:00
parent 361ff5c3d1
commit 06e360ea6d
2 changed files with 1 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ target_compile_options(
)
add_library(
unit_tests_static
angle_test.cpp
angular_test.cpp
cgs_test.cpp
chrono_test.cpp
concepts_test.cpp