aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/file/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/transport/file/server_test.go')
-rw-r--r--plumbing/transport/file/server_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plumbing/transport/file/server_test.go b/plumbing/transport/file/server_test.go
index 080beef..1793c0f 100644
--- a/plumbing/transport/file/server_test.go
+++ b/plumbing/transport/file/server_test.go
@@ -4,9 +4,8 @@ import (
"os"
"os/exec"
- "github.com/src-d/go-git-fixtures"
-
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
type ServerSuite struct {