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