aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/http/receive_pack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/transport/http/receive_pack_test.go')
-rw-r--r--plumbing/transport/http/receive_pack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/transport/http/receive_pack_test.go b/plumbing/transport/http/receive_pack_test.go
index 737d792..abd69b3 100644
--- a/plumbing/transport/http/receive_pack_test.go
+++ b/plumbing/transport/http/receive_pack_test.go
@@ -3,8 +3,8 @@ package http
import (
"gopkg.in/src-d/go-git.v4/plumbing/transport/test"
- "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
type ReceivePackSuite struct {