File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ def test_nested_bullet_list(
954954 * Another top level item
955955 """
956956
957+ third_level_1 = UnoBulletedItem (text = "Third level item (now allowed!)" )
958+
957959 second_level_1 = UnoBulletedItem (text = "Second level item" )
958960 second_level_2 = UnoBulletedItem (text = "Second level with children" )
959961
@@ -962,6 +964,7 @@ def test_nested_bullet_list(
962964
963965 # Remove pyright ignore once we have
964966 # https://github.com/ultimate-notion/ultimate-notion/issues/94.
967+ second_level_1 .obj_ref .value .children .append (third_level_1 .obj_ref ) # pyright: ignore[reportUnknownMemberType]
965968 top_level_2 .obj_ref .value .children .append (second_level_1 .obj_ref ) # pyright: ignore[reportUnknownMemberType]
966969 top_level_2 .obj_ref .value .children .append (second_level_2 .obj_ref ) # pyright: ignore[reportUnknownMemberType]
967970
You can’t perform that action at this time.
0 commit comments