Update myssh_test.go

This commit is contained in:
xxj
2020-09-21 18:49:03 +08:00
committed by GitHub
parent 33e7bcf9e2
commit 7ca9b28630

View File

@@ -7,7 +7,7 @@ import (
)
func TestMain(t *testing.T) {
c, err := New("175.24.103.30", "ubuntu", "qwer@1234", 22)
c, err := New("127.0.0.1", "ubuntu", "qwer", 22)
if err != nil {
fmt.Println("err", err)
}