From 0f25ef5bb5292cffb2ffc59124c97d6332d7ec65 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Mar 2024 10:47:37 +0100 Subject: editors/tests: rename couple more test friendly-names --- editor/tests-private.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editor') 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 }, }; }; -- cgit v1.2.3