diff --git a/src/tests/test_iterables.py b/src/tests/test_iterables.py index 40b44d0f2..1693c8142 100644 --- a/src/tests/test_iterables.py +++ b/src/tests/test_iterables.py @@ -592,7 +592,7 @@ def test_new_many_iterables(self) -> None: assert isinstance(collection, Collection) assert len(collection) == 3 - def test_new_post_init(self) -> None: + def test_new_check_items(self) -> None: class SubCollection(Collection[_Item]): @classmethod @override