This class doesn't use poll.

This commit is contained in:
Jean-Paul Calderone 2019-03-07 18:18:48 -05:00
parent 1b6a5b60bf
commit 19666c4c91
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class ServiceMixin(object):
d.addCallback(flushEventualQueue)
return d
class Introducer(ServiceMixin, AsyncTestCase, pollmixin.PollMixin):
class Introducer(ServiceMixin, AsyncTestCase):
def test_create(self):
ic = IntroducerClient(None, "introducer.furl", u"my_nickname",
"my_version", "oldest_version", {}, fakeseq,