aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/idxfile/encoder_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-07-26 11:18:12 +0200
committerGitHub <noreply@github.com>2017-07-26 11:18:12 +0200
commitd7b898ea3be0342f064ad63f93aaffdb6518a5b3 (patch)
tree952839005580551bf9042ded89e2dcda56d779fc /plumbing/format/idxfile/encoder_test.go
parentfbf2a4ab4588c78e3d9d0265dba774ae6b388b5f (diff)
parentc64eb817d5e5cbaec10dea1342e1ec95721e886b (diff)
downloadgo-git-d7b898ea3be0342f064ad63f93aaffdb6518a5b3.tar.gz
Merge pull request #510 from smola/refactor-idxfile
packfile: create packfile.Index and reuse it
Diffstat (limited to 'plumbing/format/idxfile/encoder_test.go')
-rw-r--r--plumbing/format/idxfile/encoder_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plumbing/format/idxfile/encoder_test.go b/plumbing/format/idxfile/encoder_test.go
index 1fc4e9c..d566b0d 100644
--- a/plumbing/format/idxfile/encoder_test.go
+++ b/plumbing/format/idxfile/encoder_test.go
@@ -1,4 +1,4 @@
-package idxfile
+package idxfile_test
import (
"bytes"
@@ -6,6 +6,7 @@ import (
"github.com/src-d/go-git-fixtures"
"gopkg.in/src-d/go-git.v4/plumbing"
+ . "gopkg.in/src-d/go-git.v4/plumbing/format/idxfile"
. "gopkg.in/check.v1"
)