Skip to content

Commit

Permalink
Merge branch 'master' into feature/usePytest
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Mar 22, 2022
2 parents 4c22837 + ca5a991 commit 00814eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def testInitRepoWithExistingCommit(self):

def testCloneRepo(self):
REMOTE_NAME = 'origin'
REMOTE_URL = 'git://github.com/AKSW/QuitStore.example.git'
REMOTE_URL = 'https://github.com/AKSW/QuitStore.example.git'

dir = TemporaryDirectory()
repo = quit.git.Repository(dir.name, create=True, origin=REMOTE_URL)
Expand Down

0 comments on commit 00814eb

Please sign in to comment.