From c93b3616adbf26673fc928fdfbbec814fec41c75 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 18:15:00 +0100 Subject: w --- test/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/json.cpp') diff --git a/test/json.cpp b/test/json.cpp index 3d7a5f0f..ad0cee37 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -41,7 +41,7 @@ void test_app::test_json() // NOLINT(readability-convert-member-functions-to-sta fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt"))); const auto output_dir = Path::join(loader.TEMP_PATH, "test/."_s); { - auto atlas = loader.ground_atlas("metal1", { 2, 2 }, pass_mode::pass); + auto atlas = loader.get_ground_atlas("metal1", { 2, 2 }, pass_mode::pass); json_helper::to_json(atlas, Path::join(output_dir, "atlas.json")); } { -- cgit v1.2.3