File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ def test_add_empty_repo(self, rwdir):
712
712
def test_list_only_valid_submodules (self , rwdir ):
713
713
repo_path = osp .join (rwdir , "parent" )
714
714
repo = git .Repo .init (repo_path )
715
- repo .git .submodule ("add" , self . _small_repo_url ( ), "module" )
715
+ repo .git .submodule ("add" , Git . polish_url ( "https://github.com/gitpython-developers/smmap.git" ), "module" )
716
716
repo .index .commit ("add submodule" )
717
717
718
718
assert len (repo .submodules ) == 1
@@ -739,7 +739,7 @@ def test_list_only_valid_submodules(self, rwdir):
739
739
@with_rw_directory
740
740
def test_git_submodules_and_add_sm_with_new_commit (self , rwdir ):
741
741
parent = git .Repo .init (osp .join (rwdir , "parent" ))
742
- parent .git .submodule ("add" , self . _small_repo_url ( ), "module" )
742
+ parent .git .submodule ("add" , Git . polish_url ( "https://github.com/gitpython-developers/smmap.git" ), "module" )
743
743
parent .index .commit ("added submodule" )
744
744
745
745
assert len (parent .submodules ) == 1
You can’t perform that action at this time.
0 commit comments