From ae1e2f97ad37b335f210d49dab97502bc468da6e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Feb 2024 08:31:56 +0100 Subject: minor cleanup --- test/path-search-result.cpp | 2 +- test/path-search.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/path-search-result.cpp b/test/path-search-result.cpp index 960f43dc..3f9782b4 100644 --- a/test/path-search-result.cpp +++ b/test/path-search-result.cpp @@ -5,7 +5,7 @@ namespace floormat { -void test_app::test_path_search_pool() +void test_app::test_astar_pool() { auto& pool = path_search_result::_pool; fm_assert(!pool); diff --git a/test/path-search.cpp b/test/path-search.cpp index 724b8665..1345f091 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -341,7 +341,7 @@ void test_bbox() } // namespace -void test_app::test_path_search() +void test_app::test_astar() { test_bbox(); } -- cgit v1.2.3