summaryrefslogtreecommitdiff
path: root/test/algorithm/covered_by_children.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/algorithm/covered_by_children.test.cpp')
-rw-r--r--test/algorithm/covered_by_children.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/algorithm/covered_by_children.test.cpp b/test/algorithm/covered_by_children.test.cpp
index b2a219bf29..c9c8bb3331 100644
--- a/test/algorithm/covered_by_children.test.cpp
+++ b/test/algorithm/covered_by_children.test.cpp
@@ -8,7 +8,7 @@ using namespace mbgl;
using List = std::map<UnwrappedTileID, bool>;
-TEST(CoveredByChildren, NotCovered) {
+TEST(CoveredByChildren, NotCovered) { // NOLINT
const List list1;
EXPECT_FALSE(algorithm::coveredByChildren(UnwrappedTileID{ 0, 0, 0 }, list1));
@@ -33,7 +33,7 @@ TEST(CoveredByChildren, NotCovered) {
EXPECT_FALSE(algorithm::coveredByChildren(UnwrappedTileID{ 0, 0, 0 }, list3));
}
-TEST(CoveredByChildren, Covered) {
+TEST(CoveredByChildren, Covered) { // NOLINT
const List list1{
{ UnwrappedTileID{ 0, 0, 0 }, true },
// all four child tiles