Skip to content

Commit dadf4ab

Browse files
committed
Fix typo in test case: {dir} -> {path}
1 parent 8f79cc3 commit dadf4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class ConfigVariationTest(t.NamedTuple):
138138
config_tpl="""
139139
{tmp_path}/study/myrepo:
140140
{CLONE_NAME}:
141-
repo: git+file://{dir}
141+
repo: git+file://{path}
142142
remotes:
143143
git_scheme_repo: [email protected]:org/repo.git
144144
""",

0 commit comments

Comments
 (0)