Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Oct 9, 2024
1 parent bbcaed3 commit 0746eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_iterables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0746eba

Please sign in to comment.