diff options
Diffstat (limited to 'modules/crypto/ssh/keys_test.go')
-rwxr-xr-x | modules/crypto/ssh/keys_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/keys_test.go b/modules/crypto/ssh/keys_test.go index 9685fb38..2b19ef92 100755 --- a/modules/crypto/ssh/keys_test.go +++ b/modules/crypto/ssh/keys_test.go @@ -17,7 +17,7 @@ import ( "strings" "testing" - "github.com/gogits/gogs/modules/ssh/testdata" + "github.com/gogits/gogs/modules/crypto/ssh/testdata" ) func rawKey(pub PublicKey) interface{} { |