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/testdata_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/crypto/ssh/testdata_test.go') diff --git a/modules/crypto/ssh/testdata_test.go b/modules/crypto/ssh/testdata_test.go index bd5654b3..ca43fc6d 100755 --- a/modules/crypto/ssh/testdata_test.go +++ b/modules/crypto/ssh/testdata_test.go @@ -12,7 +12,7 @@ import ( "crypto/rand" "fmt" - "github.com/gogits/gogs/modules/ssh/testdata" + "github.com/gogits/gogs/modules/crypto/ssh/testdata" ) var ( -- cgit v1.2.3