Skip to content

Commit 157d81e

Browse files
authored
chore: remove redundant word in comment (#2492)
Signed-off-by: liangmulu <[email protected]>
1 parent 75b1860 commit 157d81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_bare_pytest_invocation(
189189
tmp_path: Path, capfd: pytest.CaptureFixture[str], test_runner: str
190190
) -> None:
191191
"""
192-
Check that if a user runs pytest in the the test cwd without setting
192+
Check that if a user runs pytest in the test cwd without setting
193193
test-sources, it raises a helpful error
194194
"""
195195
project_dir = tmp_path / "project"

0 commit comments

Comments
 (0)