From d4e7db05e5b78fe6865dc0cd66923048e596091b Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Sat, 20 Dec 2025 07:45:17 +0100 Subject: [PATCH] UPdate test for `docs_src/python_types/tutorial005_py39.py` after fixing code example --- tests/test_tutorial/test_python_types/test_tutorial005.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tutorial/test_python_types/test_tutorial005.py b/tests/test_tutorial/test_python_types/test_tutorial005.py index 42fe9d34f..6d67ec471 100644 --- a/tests/test_tutorial/test_python_types/test_tutorial005.py +++ b/tests/test_tutorial/test_python_types/test_tutorial005.py @@ -9,4 +9,4 @@ def test_get_items(): "item_d", "item_e", ) - assert res == ("item_a", "item_b", "item_c", "item_d", "item_d", "item_e") + assert res == ("item_a", "item_b", "item_c", "item_d", "item_e")