Fix ELIST detection

This commit is contained in:
2022-04-26 22:22:36 +02:00
parent c4d86aef4e
commit 011bdff7e4

View File

@ -206,8 +206,8 @@ class ListTestCase(_BasedListTestCase):
""" """
self.connectClient("foo") self.connectClient("foo")
if "M" not in self.server_support.get("ELIST", ""): if "U" not in self.server_support.get("ELIST", ""):
raise runner.OptionalExtensionNotSupported("ELIST=M") raise runner.OptionalExtensionNotSupported("ELIST=U")
self.sendLine(1, "JOIN #chan1") self.sendLine(1, "JOIN #chan1")
self.getMessages(1) self.getMessages(1)