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 6f33f92 commit 4c3ad1cCopy full SHA for 4c3ad1c
tests/python/test_dict_methods.py
@@ -434,7 +434,7 @@ def test_items_len():
434
# items = dishes.items()
435
# assert {('eggs', 2)} in items
436
437
-def test_values_update_object_updates_the_items():
+def test_items_update_object_updates_the_items():
438
employee = pm.eval("({'name': 'Phil', 'age': 22})")
439
dictionaryItems = employee.items()
440
employee.update({('salary', 3500.0)})
0 commit comments