mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-26 11:30:44 +00:00
more robust comparison
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
parent
d81b64ba9e
commit
c03076fe21
@ -196,7 +196,7 @@ class UnrecognizedAnnouncement(unittest.TestCase):
|
|||||||
self._tub_maker,
|
self._tub_maker,
|
||||||
{},
|
{},
|
||||||
node_config=EMPTY_CLIENT_CONFIG,
|
node_config=EMPTY_CLIENT_CONFIG,
|
||||||
config=config or StorageClientConfig(),
|
config=config if config is not None else StorageClientConfig(),
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_no_exceptions(self):
|
def test_no_exceptions(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user