summaryrefslogtreecommitdiff
path: root/test/sprite/sprite_image_collection.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sprite/sprite_image_collection.test.cpp')
-rw-r--r--test/sprite/sprite_image_collection.test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sprite/sprite_image_collection.test.cpp b/test/sprite/sprite_image_collection.test.cpp
index 51ea20fdf3..00626b8617 100644
--- a/test/sprite/sprite_image_collection.test.cpp
+++ b/test/sprite/sprite_image_collection.test.cpp
@@ -9,7 +9,7 @@
using namespace mbgl;
-TEST(SpriteImageCollection, OtherPixelRatio) {
+TEST(SpriteImageCollection, OtherPixelRatio) { // NOLINT
FixtureLog log;
Images images;
@@ -17,7 +17,7 @@ TEST(SpriteImageCollection, OtherPixelRatio) {
addSpriteImage(images, "one", std::make_unique<style::Image>(PremultipliedImage({ 8, 8 }), 2));
}
-TEST(SpriteImageCollection, Replace) {
+TEST(SpriteImageCollection, Replace) { // NOLINT
FixtureLog log;
Images images;
@@ -27,7 +27,7 @@ TEST(SpriteImageCollection, Replace) {
EXPECT_NE(image, images.find("sprite")->second.get());
}
-TEST(SpriteImageCollection, ReplaceWithDifferentDimensions) {
+TEST(SpriteImageCollection, ReplaceWithDifferentDimensions) { // NOLINT
FixtureLog log;
Images images;