mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Apply suggestions from code review
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
parent
152cadf543
commit
45e201a282
@ -657,6 +657,7 @@ storage:
|
||||
)
|
||||
broker = StorageFarmBroker(True, tub_maker, config)
|
||||
broker.startService()
|
||||
self.addCleanup(broker.stopService)
|
||||
key_s = b'v0-1234-1'
|
||||
|
||||
ones = str(base32.b2a(b"1"), "utf-8")
|
||||
@ -681,7 +682,6 @@ storage:
|
||||
self.assertTrue(new_service.running)
|
||||
self.assertIdentical(new_service.parent, broker)
|
||||
|
||||
return broker.stopService()
|
||||
|
||||
def test_static_permutation_seed_pubkey(self):
|
||||
broker = make_broker()
|
||||
|
Loading…
x
Reference in New Issue
Block a user