Skip to content

Commit 4c3ad1c

Browse files
typo fix
1 parent 6f33f92 commit 4c3ad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_dict_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def test_items_len():
434434
# items = dishes.items()
435435
# assert {('eggs', 2)} in items
436436

437-
def test_values_update_object_updates_the_items():
437+
def test_items_update_object_updates_the_items():
438438
employee = pm.eval("({'name': 'Phil', 'age': 22})")
439439
dictionaryItems = employee.items()
440440
employee.update({('salary', 3500.0)})

0 commit comments

Comments
 (0)