forked from forgejo/forgejo
fix test import path
This commit is contained in:
parent
216f0477b5
commit
4c30caad1c
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue