diff options
-rw-r--r-- | worktree_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_test.go b/worktree_test.go index 838762f..24a65eb 100644 --- a/worktree_test.go +++ b/worktree_test.go @@ -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) { |