Update tests
This commit is contained in:
parent
60012218fd
commit
c21b2b322e
@ -28,7 +28,7 @@ if err != nil {
|
||||
|
||||
err = c.SetUTF8()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
// Do something with the FTP conn
|
||||
|
@ -31,6 +31,11 @@ func testConn(t *testing.T, disableEPSV bool) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
err = c.SetUTF8()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
err = c.NoOp()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
|
Loading…
Reference in New Issue
Block a user