Worktree: revert url change on test

This commit is contained in:
Máximo Cuadros
2020-03-16 12:03:47 +01:00
parent 428e28daac
commit e04168bb11

View File

@@ -692,7 +692,7 @@ func (s *WorktreeSuite) TestCheckoutBisect(c *C) {
c.Skip("skipping test in short mode.")
}
s.testCheckoutBisect(c, "https://github.com/go-git/go-git.git")
s.testCheckoutBisect(c, "https://github.com/src-d/go-git.git")
}
func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) {