diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 10:47:37 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 10:47:37 +0100 |
| commit | 0f25ef5bb5292cffb2ffc59124c97d6332d7ec65 (patch) | |
| tree | 1cccd45a668771f874c9bf6ae8cf006ebe239918 | |
| parent | eb01eca652392e57b2a6e7d28fcb2b98ab16072d (diff) | |
editors/tests: rename couple more test friendly-names
| -rw-r--r-- | editor/tests-private.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index b31e9d2c..dc939878 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -58,11 +58,11 @@ struct tests_data final : tests_data_ }; static constexpr test_tuple fields[] = { - { "None"_s, Test::none, make_test_none, }, - { "Path"_s, Test::path, make_test_path, }, - { "Raycasting"_s, Test::raycast, make_test_raycast }, - { "Region extraction"_s, Test::region, make_test_region }, - { "Walking"_s, Test::walk, make_test_walk }, + { "None"_s, Test::none, make_test_none, }, + { "Path search"_s, Test::path, make_test_path, }, + { "Raycasting"_s, Test::raycast, make_test_raycast }, + { "Region"_s, Test::region, make_test_region }, + { "Walking"_s, Test::walk, make_test_walk }, }; }; |
