Skip to content

Commit

Permalink
fix ssh module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugefiver committed Dec 5, 2023
1 parent a455679 commit b14192e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion third/ssh/test/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package test
import (
"net"

"golang.org/x/crypto/ssh"
"github.com/hugefiver/fakessh/third/ssh"
)

type exitStatusMsg struct {
Expand Down
6 changes: 3 additions & 3 deletions third/ssh/test/sshcli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"runtime"
"testing"

"golang.org/x/crypto/internal/testenv"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/testdata"
"github.com/hugefiver/fakessh/third/ssh"
"github.com/hugefiver/fakessh/third/ssh/testdata"
"github.com/hugefiver/fakessh/third/ssh/internal/testenv"
)

func sshClient(t *testing.T) string {
Expand Down

0 comments on commit b14192e

Please sign in to comment.