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 9715f2f commit 6ebb3abCopy full SHA for 6ebb3ab
tests/test_core/test_graph_objs/test_figure_properties.py
@@ -84,7 +84,7 @@ def test_access_invalid_attr(self):
84
with pytest.raises(AttributeError):
85
self.figure.bogus
86
87
- def test_access_invalid_item_1(self):
+ def test_access_invalid_item(self):
88
with pytest.raises(KeyError):
89
self.figure["bogus"]
90
0 commit comments