summaryrefslogtreecommitdiff
path: root/test/api/annotations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/annotations.cpp')
-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 07e169cf94..ce5aaa8607 100644
--- a/test/api/annotations.cpp
+++ b/test/api/annotations.cpp
@@ -46,7 +46,7 @@ TEST(Annotations, SymbolAnnotation) {
TEST(Annotations, LineAnnotation) {
AnnotationTest test;
- LineString<double> line = {{ { 0, 0 }, { 45, 45 } }};
+ LineString<double> line = {{ { 0, 0 }, { 45, 45 }, { 30, 0 } }};
LineAnnotation annotation { line };
annotation.color = {{ 255, 0, 0, 1 }};
annotation.width = 5;