aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/change_adaptor_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/change_adaptor_test.go')
-rw-r--r--plumbing/object/change_adaptor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/change_adaptor_test.go b/plumbing/object/change_adaptor_test.go
index 317c0d6..dd2921d 100644
--- a/plumbing/object/change_adaptor_test.go
+++ b/plumbing/object/change_adaptor_test.go
@@ -10,7 +10,7 @@ import (
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
"gopkg.in/src-d/go-git.v4/utils/merkletrie/noder"
- "github.com/src-d/go-git-fixtures"
+ "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
)