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 6ebb3ab commit 652a339Copy full SHA for 652a339
tests/test_core/test_graph_objs/test_figure_properties.py
@@ -88,7 +88,7 @@ def test_access_invalid_item(self):
88
with pytest.raises(KeyError):
89
self.figure["bogus"]
90
91
- def test_assign_invalid_attr_2(self):
+ def test_assign_invalid_attr(self):
92
with pytest.raises(AttributeError):
93
self.figure.bogus = "val"
94
0 commit comments