Fix syntax error

This commit is contained in:
Adrián Chaves 2020-11-06 16:46:22 +01:00
parent 1941f607ca
commit 4b28da4333
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class SendCatchLogDeferredAsyncioTest(SendCatchLogDeferredTest):
return await get_from_asyncio_queue("OK")
def test_send_catch_log(self):
if (twisted_version < Version('twisted', 18, 4, 0):
if twisted_version < Version('twisted', 18, 4, 0):
raise SkipTest(
'Due to https://twistedmatrix.com/trac/ticket/9390, this test '
'fails due to a timeout when using Twisted versions lower '