Skip to content

Commit b8d67c5

Browse files
committed
update test
1 parent bc456cc commit b8d67c5

File tree

1 file changed

+12
-1
lines changed
  • packages/python/plotly/plotly/tests/test_core/test_graph_objs

1 file changed

+12
-1
lines changed

packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_frames.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,18 @@ def test_deeply_nested_layout_attributes(self):
5252

5353
# It's OK if this needs to change, but we should check *something*.
5454
self.assertEqual(
55-
set(matches), {"color", "family", "size", "weight", "variant", "style"}
55+
set(matches),
56+
{
57+
"color",
58+
"family",
59+
"size",
60+
"weight",
61+
"variant",
62+
"style",
63+
"textcase",
64+
"lineposition",
65+
"shadow",
66+
},
5667
)
5768

5869
def test_deeply_nested_data_attributes(self):

0 commit comments

Comments
 (0)