diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2020-03-16 12:03:47 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2020-03-16 12:03:47 +0100 |
commit | e04168bb11a960018b6bbabd6972fd33163b6f28 (patch) | |
tree | 1b61a4e995d9f4b0415a1943c8bb002aee2d8e6a /worktree_test.go | |
parent | 428e28daac4dfab685a78788b925678f45167ab2 (diff) | |
download | go-git-e04168bb11a960018b6bbabd6972fd33163b6f28.tar.gz |
Worktree: revert url change on test
Diffstat (limited to 'worktree_test.go')
-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) { |