diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/path-search-result.cpp | 2 | ||||
-rw-r--r-- | test/path-search.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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(); } |