Skip to content

Commit

Permalink
Mock the new VersionControl.obtain
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Sep 25, 2024
1 parent 3a8a3bf commit a6a2cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from fetchcode.vcs.pip._internal.vcs import vcs


def obtain(dest, url):
def obtain(dest, url, verbosity):
pass


Expand Down

0 comments on commit a6a2cb5

Please sign in to comment.