summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/api/annotations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/annotations.cpp b/test/api/annotations.cpp
index 8640ce9dbe..0764cd8a5d 100644
--- a/test/api/annotations.cpp
+++ b/test/api/annotations.cpp
@@ -159,7 +159,7 @@ TEST(Annotations, UpdateIcon) {
map.removeAnnotationIcon("flipped_marker");
map.addAnnotationIcon("flipped_marker", namedMarker("flipped_marker.png"));
- map.update(Update::Annotations);
+ map.update(Update::AnnotationData | Update::AnnotationStyle);
checkRendering(map, "update_icon");
}