Skip to content

Commit 9715f2f

Browse files
gvwilsonemilykl
andauthored
Update tests/test_core/test_graph_objs/test_figure_properties.py
Co-authored-by: Emily KL <[email protected]>
1 parent eb95abc commit 9715f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_graph_objs/test_figure_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_property_assignment_dots(self):
8080
self.figure["frames[0].layout.yaxis.title.text"] = "f2"
8181
self.assertEqual(self.figure["frames.0.layout.yaxis.title.text"], "f2")
8282

83-
def test_access_invalid_attr_1(self):
83+
def test_access_invalid_attr(self):
8484
with pytest.raises(AttributeError):
8585
self.figure.bogus
8686

0 commit comments

Comments
 (0)