mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 14:29:46 +00:00
Remove testListTwoParamsTwoChannels's assertions from testListTwoParams
This commit is contained in:
@ -332,12 +332,6 @@ class ListTestCase(_BasedListTestCase):
|
||||
self.sendLine(3, "LIST #chan1 <1")
|
||||
self.assertEqual(self._parseChanList(3), set())
|
||||
|
||||
self.sendLine(3, "LIST #chan1,#chan2 >0")
|
||||
self.assertEqual(self._parseChanList(3), {"#chan1", "#chan2"})
|
||||
|
||||
self.sendLine(3, "LIST #chan1,#chan2 <1")
|
||||
self.assertEqual(self._parseChanList(3), set())
|
||||
|
||||
@cases.mark_isupport("ELIST")
|
||||
@cases.mark_specifications("Modern")
|
||||
def testListTwoParamsTwoChannels(self):
|
||||
|
Reference in New Issue
Block a user