Skip to content

Commit 9694ec3

Browse files
committed
ci(hg): Update test to use repo_name
1 parent fe926c9 commit 9694ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_repo_mercurial(tmpdir, parentdir, hg_remote):
4040
}
4141
)
4242

43-
run(['hg', 'init', mercurial_repo.name], cwd=str(tmpdir))
43+
run(['hg', 'init', mercurial_repo.repo_name], cwd=str(tmpdir))
4444

4545
mercurial_repo.update_repo()
4646

0 commit comments

Comments
 (0)