mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-11 21:01:44 +00:00
whitespace
This commit is contained in:
parent
83dbcdb3bf
commit
8e41c2d3e1
@ -117,7 +117,6 @@ class TestCase(testutil.SignalMixin, unittest.TestCase):
|
||||
pass
|
||||
|
||||
furl = tub.registerReference(Foo())
|
||||
|
||||
for address in expected_addresses:
|
||||
self.assertIn(address, furl)
|
||||
|
||||
@ -571,6 +570,7 @@ class FakeTub(object):
|
||||
def setServiceParent(self, parent): pass
|
||||
|
||||
class Listeners(unittest.TestCase):
|
||||
|
||||
def test_listen_on_zero(self):
|
||||
"""
|
||||
Trying to listen on port 0 should be an error
|
||||
|
Loading…
x
Reference in New Issue
Block a user