diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:31:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:34:05 +0100 |
commit | ae1e2f97ad37b335f210d49dab97502bc468da6e (patch) | |
tree | 925abe235001b79710114483165550f7c8a1729f /test/path-search-result.cpp | |
parent | 577a4f6648e5cc2f145c5b9a81c2a540b9d94096 (diff) |
minor cleanup
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); |