Skip to content

Commit 6102c23

Browse files
Update src/gitingest/tests/test_clone.py
Co-authored-by: Filip Christiansen <[email protected]>
1 parent 2cf5468 commit 6102c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/tests/test_clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ async def test_check_repo_exists_with_redirect() -> None:
168168
mock_process.returncode = 0 # Simulate successful request
169169
mock_exec.return_value = mock_process
170170

171-
assert await _check_repo_exists(url) is True
171+
assert await _check_repo_exists(url)

0 commit comments

Comments
 (0)