From c1f140b3b5f6eac411ba8c535139ce29095d3a99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:15:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/map/map.test.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp index 43f9e23595b..87f82eb13f3 100644 --- a/test/map/map.test.cpp +++ b/test/map/map.test.cpp @@ -1783,10 +1783,7 @@ TEST(Map, ObserveTileLifecycle) { // We expect to see a valid lifecycle for every tile in this list. const std::vector expectedTiles = { - {10, 0, 10, 163, 395}, - {10, 0, 10, 163, 396}, - {10, 0, 10, 164, 395}, - {10, 0, 10, 164, 396}, + {10, 0, 10, 163, 395}, {10, 0, 10, 163, 396}, {10, 0, 10, 164, 395}, {10, 0, 10, 164, 396}, // Lower zooms can also be seen, but not always, so we // ignore them. };