Skip to content

Commit 896400a

Browse files
committed
comment fix
1 parent a9fb5d2 commit 896400a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_cases/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _build_closure(self,
335335
# normal fixture
336336
self.add_required_fixture(fixname, fixturedefs)
337337

338-
# add all dependencies in the to the list, accounting for overrides
338+
# add all dependencies, accounting for overrides
339339
if PYTEST9_OR_GREATER:
340340
dependencies_set = set()
341341
for _fixture_or_overridden in reversed(fixturedefs):

0 commit comments

Comments
 (0)