Skip to content

Commit 79bd90a

Browse files
authored
[apple-mapkit] remove bad character from test (DefinitelyTyped#73981)
1 parent fbd0e6d commit 79bd90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/apple-mapkit/apple-mapkit-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const customAnnotation: Annotation = new mapkit.Annotation(
234234
const markerOptions: MarkerAnnotationConstructorOptions = {
235235
color: "#FF3B30",
236236
glyphColor: "#FFFFFF",
237-
glyphText: "<�",
237+
glyphText: "📍",
238238
title: "Marker Annotation",
239239
subtitle: "A marker annotation example",
240240
titleVisibility: "adaptive",

0 commit comments

Comments
 (0)