diff options
Diffstat (limited to 'worktree_test.go')
-rw-r--r-- | worktree_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worktree_test.go b/worktree_test.go index 1485189..838762f 100644 --- a/worktree_test.go +++ b/worktree_test.go @@ -12,6 +12,7 @@ import ( "testing" "time" + fixtures "github.com/go-git/go-git-fixtures/v4" "github.com/go-git/go-git/v5/config" "github.com/go-git/go-git/v5/plumbing" "github.com/go-git/go-git/v5/plumbing/filemode" @@ -25,7 +26,6 @@ import ( "github.com/go-git/go-billy/v5/util" "golang.org/x/text/unicode/norm" . "gopkg.in/check.v1" - "github.com/go-git/go-git-fixtures/v4" ) type WorktreeSuite struct { @@ -692,7 +692,7 @@ func (s *WorktreeSuite) TestCheckoutBisect(c *C) { c.Skip("skipping test in short mode.") } - s.testCheckoutBisect(c, "https://github.com/src-d/go-git.git") + s.testCheckoutBisect(c, "https://github.com/go-git/go-git.git") } func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) { |