Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'indexer/indexer_tests/cell_coverer_test.cpp')
-rw-r--r--indexer/indexer_tests/cell_coverer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/cell_coverer_test.cpp b/indexer/indexer_tests/cell_coverer_test.cpp
index 89fff949a9..86ed758f0e 100644
--- a/indexer/indexer_tests/cell_coverer_test.cpp
+++ b/indexer/indexer_tests/cell_coverer_test.cpp
@@ -57,6 +57,6 @@ UNIT_TEST(MaxDepthCoverSpiral)
CoverSpiral<TestBounds, m2::CellId<3>>({2.1, 4.1, 2.1, 4.1}, levelMax, cells);
TEST_EQUAL(cells.size(), 1, ());
- TEST_EQUAL(cells[0].Level(), levelMax - 1, ());
+ TEST_EQUAL(cells[0].Level(), levelMax, ());
}
}