From 1dd70a8b5478d4d1ef6d9c43256d04e11779a863 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 22 Dec 2015 00:46:18 +0100 Subject: [PATCH] Better doc. --- irctest/server_tests/test_channel_operations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irctest/server_tests/test_channel_operations.py b/irctest/server_tests/test_channel_operations.py index 9a3abee..41c6a28 100644 --- a/irctest/server_tests/test_channel_operations.py +++ b/irctest/server_tests/test_channel_operations.py @@ -153,7 +153,8 @@ class JoinTestCase(cases.BaseServerTestCase): 'or 323 (RPL_LISTEND), or but: {msg}') def testListOne(self): - """ + """When a channel exists, LIST should get it in a reply. + """ self.connectClient('foo')