Fix typo.

This commit is contained in:
2016-07-20 10:24:06 +02:00
parent b4feb32bd7
commit 1f9e3a3546

View File

@ -21,7 +21,7 @@ class StarttlsFailTestCase(cases.BaseServerTestCase):
# TODO: check also without this
self.sendLine(1, 'CAP REQ :tls')
m = self.getRegistrationMessage(1)
# TODO: Remove this one the trailing space issue is fixed in Charybdis
# TODO: Remove this once the trailing space issue is fixed in Charybdis
# and Mammon:
#self.assertMessageEqual(m, command='CAP', params=['*', 'ACK', 'tls'],
# fail_msg='Did not ACK capability `tls`: {msg}')