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 652a339 commit ec36462Copy full SHA for ec36462
tests/test_core/test_graph_objs/test_figure_properties.py
@@ -92,7 +92,7 @@ def test_assign_invalid_attr(self):
92
with pytest.raises(AttributeError):
93
self.figure.bogus = "val"
94
95
- def test_access_invalid_item_2(self):
+ def test_assign_invalid_item(self):
96
with pytest.raises(KeyError):
97
self.figure["bogus"] = "val"
98
0 commit comments