Skip to content

Commit 6ec9990

Browse files
committed
test(sync[git]): Update progress callback
1 parent d34382b commit 6ec9990

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/sync/test_git.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ def progress_callback_spy(output: str, timestamp: datetime.datetime) -> None:
258258
name="progress_callback_stub", side_effect=progress_callback_spy
259259
)
260260

261-
run(["git", "rev-parse", "HEAD"], cwd=git_remote_repo)
262-
263261
# create a new repo with the repo as a remote
264262
git_repo: GitSync = constructor(**lazy_constructor_options(**locals()))
265263
git_repo.obtain()

0 commit comments

Comments
 (0)