Skip to content

Commit cfcb1b4

Browse files
committed
test(pytest plugin) Rename fixture for create_git_remote_repo()
1 parent 59fe60e commit cfcb1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_create_svn_remote_repo(
3636
assert svn_remote_1 != svn_remote_2
3737

3838

39-
def test_plugin(
39+
def test_create_git_remote_checkout(
4040
pytester: pytest.Pytester,
4141
monkeypatch: pytest.MonkeyPatch,
4242
) -> None:

0 commit comments

Comments
 (0)