Skip to content

Commit e04168b

Browse files
committed
Worktree: revert url change on test
1 parent 428e28d commit e04168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worktree_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ func (s *WorktreeSuite) TestCheckoutBisect(c *C) {
692692
c.Skip("skipping test in short mode.")
693693
}
694694

695-
s.testCheckoutBisect(c, "https://github.com/go-git/go-git.git")
695+
s.testCheckoutBisect(c, "https://github.com/src-d/go-git.git")
696696
}
697697

698698
func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) {

0 commit comments

Comments
 (0)