summaryrefslogtreecommitdiff
path: root/test/style/function/composite_function.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/function/composite_function.test.cpp')
-rw-r--r--test/style/function/composite_function.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/function/composite_function.test.cpp b/test/style/function/composite_function.test.cpp
index e0804d4b27..d42a17bf4f 100644
--- a/test/style/function/composite_function.test.cpp
+++ b/test/style/function/composite_function.test.cpp
@@ -12,7 +12,7 @@ static StubGeometryTileFeature oneInteger {
PropertyMap {{ "property", uint64_t(1) }}
};
-TEST(CompositeFunction, ZoomInterpolation) {
+TEST(CompositeFunction, ZoomInterpolation) { // NOLINT
EXPECT_EQ(40.0f, CompositeFunction<float>("property", CompositeExponentialStops<float>({
{0.0f, {{uint64_t(1), 24.0f}}},
{1.5f, {{uint64_t(1), 36.0f}}},