1 parent 7811790 commit ff6ef19Copy full SHA for ff6ef19
1 file changed
irctest/server_tests/multiline.py
@@ -59,7 +59,6 @@ def testBasic(self):
59
for msg in privmsgs:
60
self.assertMessageMatch(msg, command="PRIVMSG")
61
self.assertNotIn("msgid", msg.tags)
62
- self.assertNotIn("time", msg.tags)
63
self.assertIn(CONCAT_TAG, echo[3].tags)
64
65
relay = self.getMessages(2)
@@ -75,7 +74,6 @@ def testBasic(self):
75
74
76
77
78
79
self.assertEqual(msg.tags.get("batch"), batchTag)
80
self.assertIn(CONCAT_TAG, relay[3].tags)
81
0 commit comments