summaryrefslogtreecommitdiff
path: root/test/style/conversion/layer.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/conversion/layer.test.cpp')
-rw-r--r--test/style/conversion/layer.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/conversion/layer.test.cpp b/test/style/conversion/layer.test.cpp
index 8ca5ed7e2b..57bf623356 100644
--- a/test/style/conversion/layer.test.cpp
+++ b/test/style/conversion/layer.test.cpp
@@ -18,7 +18,7 @@ std::unique_ptr<Layer> parseLayer(const std::string& src) {
return std::move(*convert<std::unique_ptr<Layer>, JSValue>(doc, error));
}
-TEST(StyleConversion, LayerTransition) {
+TEST(StyleConversion, LayerTransition) { // NOLINT
auto layer = parseLayer(R"JSON({
"type": "background",
"id": "background",