mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 05:09:31 +01:00
fix test import path
This commit is contained in:
parent
216f0477b5
commit
4c30caad1c
3 changed files with 3 additions and 3 deletions
|
@ -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{} {
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
"crypto/rand"
|
||||
"fmt"
|
||||
|
||||
"github.com/gogits/gogs/modules/ssh/testdata"
|
||||
"github.com/gogits/gogs/modules/crypto/ssh/testdata"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue