Skip to content

Commit cc233f9

Browse files
authored
Merge pull request #65 from bckohan/v2.x.x
test coverage
2 parents 211b8d0 + 2137b68 commit cc233f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_annotations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,9 @@ class MapBoxStyle(EnumProperties):
614614

615615
# we can mark builtins and normal properties as symmetric using
616616
# this special attribute
617-
_symmetric_builtins_ = [s("name", case_fold=True), "uri"]
617+
_symmetric_builtins_ = ["uri"]
618+
619+
name: Annotated[str, Symmetric(case_fold=True)]
618620

619621
# type hints are optional for better dev experience
620622
label: Annotated[str, Symmetric(case_fold=True)]

0 commit comments

Comments
 (0)