Update tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user