aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
commit9d0f15c4fa712cdacfa3887e9baac918f093fbf6 (patch)
treeeb1a4db1169ba4bb9ae58727a462d54f93f5f85c /worktree_test.go
parent8fe5ed769fa01a42eafb3b7f064ffe8e0d436408 (diff)
downloadgo-git-9d0f15c4fa712cdacfa3887e9baac918f093fbf6.tar.gz
ci: based on github actionsv5.0.0
Diffstat (limited to 'worktree_test.go')
-rw-r--r--worktree_test.go4
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) {