Skip to content

Commit

Permalink
Test comment out device.Close()
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzo0107 committed Dec 15, 2019
1 parent 127d449 commit 497bf30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ func TestSSHConnect(t *testing.T) {
// if err := device.StartShell(); err != nil {
// t.Errorf("wrong result : err is not nil. \n%#v", err)
// }
if err := device.Close(); err != nil {
t.Errorf("wrong result : err is not nil. \n%#v", err)
}
// if err := device.Close(); err != nil {
// t.Errorf("wrong result : err is not nil. \n%#v", err)
// }
}

func buildSSHServer(signer ssh.Signer, testPort string) {
Expand Down

0 comments on commit 497bf30

Please sign in to comment.