Skip to content

Commit b23a7fc

Browse files
committed
Correct typo in fixture doc string
1 parent a1eeb9c commit b23a7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def fixture_mock_repo_info_error(mocker: typing.Any) -> typing.Any:
6666

6767
@pytest.fixture(name="mock_repo_info_bad_url")
6868
def fixture_mock_repo_info_bad_url(mocker: typing.Any) -> typing.Any:
69-
"""Patch the subprocess call to git remote get-url wuth a bad URL."""
69+
"""Patch the subprocess call to git remote get-url with a bad URL."""
7070

7171
return mocker.patch(
7272
"labels.utils.subprocess.run",

0 commit comments

Comments
 (0)