diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /test/lisp/erc | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'test/lisp/erc')
| -rw-r--r-- | test/lisp/erc/erc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el index a5100ec1556..ff5d8026973 100644 --- a/test/lisp/erc/erc-tests.el +++ b/test/lisp/erc/erc-tests.el | |||
| @@ -1010,7 +1010,7 @@ | |||
| 1010 | :nick "nick" | 1010 | :nick "nick" |
| 1011 | :password nil)))) | 1011 | :password nil)))) |
| 1012 | 1012 | ||
| 1013 | (ert-info ("Addresss includes nick and password") | 1013 | (ert-info ("Address includes nick and password") |
| 1014 | (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r" | 1014 | (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r" |
| 1015 | (erc-select-read-args)) | 1015 | (erc-select-read-args)) |
| 1016 | (list :server "localhost" | 1016 | (list :server "localhost" |