aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/erc/erc-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el
index 6807b24bfc6..85506c3d27e 100644
--- a/test/lisp/erc/erc-tests.el
+++ b/test/lisp/erc/erc-tests.el
@@ -1001,11 +1001,11 @@
1001 1001
1002(ert-deftest erc-select-read-args () 1002(ert-deftest erc-select-read-args ()
1003 1003
1004 (ert-info ("Defaults to TLS") 1004 (ert-info ("Does not default to TLS")
1005 (should (equal (ert-simulate-keys "\r\r\r\r" 1005 (should (equal (ert-simulate-keys "\r\r\r\r"
1006 (erc-select-read-args)) 1006 (erc-select-read-args))
1007 (list :server "irc.libera.chat" 1007 (list :server "irc.libera.chat"
1008 :port 6697 1008 :port 6667
1009 :nick (user-login-name) 1009 :nick (user-login-name)
1010 :password nil)))) 1010 :password nil))))
1011 1011
@@ -1036,7 +1036,7 @@
1036 :password nil)))) 1036 :password nil))))
1037 1037
1038 (ert-info ("Address includes nick and password") 1038 (ert-info ("Address includes nick and password")
1039 (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r" 1039 (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r\r"
1040 (erc-select-read-args)) 1040 (erc-select-read-args))
1041 (list :server "localhost" 1041 (list :server "localhost"
1042 :port 6667 1042 :port 6667