fixed test
This commit is contained in:
parent
98d53e9999
commit
8b63389def
@ -86,7 +86,10 @@ func TestIMapTls(t *testing.T) {
|
||||
|
||||
func TestIMapNormal(t *testing.T) {
|
||||
|
||||
client, _ := net.Dial("tcp", "192.168.1.15:143")
|
||||
client, err := net.Dial("tcp", "192.168.1.15:143")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
defer client.Close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user