Skip to content

Commit a6a2cb5

Browse files
committed
Mock the new VersionControl.obtain
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 3a8a3bf commit a6a2cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from fetchcode.vcs.pip._internal.vcs import vcs
2323

2424

25-
def obtain(dest, url):
25+
def obtain(dest, url, verbosity):
2626
pass
2727

2828

0 commit comments

Comments
 (0)