This class doesn't use poll.
This commit is contained in:
parent
1b6a5b60bf
commit
19666c4c91
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue