Fix test
This commit is contained in:
parent
c67bd5be47
commit
588a268192
@ -26,7 +26,7 @@ func TestConnection(t *testing.T) {
|
|||||||
func TestConnectionSSL(t *testing.T) {
|
func TestConnectionSSL(t *testing.T) {
|
||||||
irccon := IRC("go-eventirc", "go-eventirc")
|
irccon := IRC("go-eventirc", "go-eventirc")
|
||||||
irccon.VerboseCallbackHandler = true
|
irccon.VerboseCallbackHandler = true
|
||||||
irccon.UseSSL = true
|
irccon.UseTLS = true
|
||||||
err := irccon.Connect("irc.freenode.net:7000")
|
err := irccon.Connect("irc.freenode.net:7000")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal("Can't connect to freenode.")
|
t.Fatal("Can't connect to freenode.")
|
||||||
|
Loading…
Reference in New Issue
Block a user