aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:33:50 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:42:11 +0100
commit30ebf1bd9bb44f540d31633a12689c7d8b6a0167 (patch)
treede0ea9c6d290bc4e43326c0935a83d104a1b8df2 /common_test.go
parent80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff)
downloadgo-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz
new git fixture path
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go
index c874c38..3b6ba65 100644
--- a/common_test.go
+++ b/common_test.go
@@ -4,7 +4,6 @@ import (
"fmt"
"testing"
- "gopkg.in/src-d/go-git.v4/fixtures"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/format/packfile"
"gopkg.in/src-d/go-git.v4/plumbing/storer"
@@ -13,6 +12,7 @@ import (
"gopkg.in/src-d/go-git.v4/storage/filesystem"
"gopkg.in/src-d/go-git.v4/storage/memory"
+ "github.com/src-d/go-git-fixtures"
. "gopkg.in/check.v1"
"srcd.works/go-billy.v1/memfs"
"srcd.works/go-billy.v1/osfs"