We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb95abc commit 9715f2fCopy full SHA for 9715f2f
tests/test_core/test_graph_objs/test_figure_properties.py
@@ -80,7 +80,7 @@ def test_property_assignment_dots(self):
80
self.figure["frames[0].layout.yaxis.title.text"] = "f2"
81
self.assertEqual(self.figure["frames.0.layout.yaxis.title.text"], "f2")
82
83
- def test_access_invalid_attr_1(self):
+ def test_access_invalid_attr(self):
84
with pytest.raises(AttributeError):
85
self.figure.bogus
86
0 commit comments