Skip to content

Commit ff6ef19

Browse files
committed
multiline: Remove assertion that 'time' is absent from middle tags
Both Unreal and Solanum include tags on them
1 parent 7811790 commit ff6ef19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

irctest/server_tests/multiline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def testBasic(self):
5959
for msg in privmsgs:
6060
self.assertMessageMatch(msg, command="PRIVMSG")
6161
self.assertNotIn("msgid", msg.tags)
62-
self.assertNotIn("time", msg.tags)
6362
self.assertIn(CONCAT_TAG, echo[3].tags)
6463

6564
relay = self.getMessages(2)
@@ -75,7 +74,6 @@ def testBasic(self):
7574
for msg in privmsgs:
7675
self.assertMessageMatch(msg, command="PRIVMSG")
7776
self.assertNotIn("msgid", msg.tags)
78-
self.assertNotIn("time", msg.tags)
7977
self.assertEqual(msg.tags.get("batch"), batchTag)
8078
self.assertIn(CONCAT_TAG, relay[3].tags)
8179

0 commit comments

Comments
 (0)