mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-27 14:50:03 +00:00
order not important
This commit is contained in:
parent
6560621e95
commit
a2f0f6581e
@ -135,8 +135,8 @@ class AddCertificateCommand(SyncTestCase):
|
||||
|
||||
self.assertEqual(rc, 0)
|
||||
self.assertEqual(
|
||||
["zero.cert", "tahoe.cfg"],
|
||||
self.node_path.listdir()
|
||||
{"zero.cert", "tahoe.cfg"},
|
||||
set(self.node_path.listdir())
|
||||
)
|
||||
self.assertIn(
|
||||
"There are now 1 certificates",
|
||||
|
Loading…
x
Reference in New Issue
Block a user