From 4c30caad1c45fef4361f728609d4cef8f6bc2f45 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 24 Sep 2015 17:58:40 -0400 Subject: fix test import path --- modules/crypto/ssh/session_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/crypto/ssh/session_test.go') diff --git a/modules/crypto/ssh/session_test.go b/modules/crypto/ssh/session_test.go index dcc150b8..628845e4 100755 --- a/modules/crypto/ssh/session_test.go +++ b/modules/crypto/ssh/session_test.go @@ -16,7 +16,7 @@ import ( "net" "testing" - "github.com/gogits/gogs/modules/ssh/terminal" + "github.com/gogits/gogs/modules/crypto/ssh/terminal" ) type serverType func(Channel, <-chan *Request, *testing.T) -- cgit v1.2.3