mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
Fix inaccurate comment in test_mutant_dirnodes_are_omitted
This commit is contained in:
parent
302e457faa
commit
1bb627405f
@ -3358,7 +3358,8 @@ class Grid(GridTestMixin, WebErrorMixin, unittest.TestCase, ShouldFailMixin):
|
||||
# because immutable directories don't have a writecap and therefore that field
|
||||
# isn't (and can't be) decrypted.
|
||||
# TODO: The field still exists in the netstring. Technically we should check what
|
||||
# happens if something is put there (it should be ignored), but that can wait.
|
||||
# happens if something is put there (_unpack_contents should raise ValueError),
|
||||
# but that can wait.
|
||||
|
||||
lonely_child = nm.create_from_cap(lonely_uri)
|
||||
mutant_ro_child = nm.create_from_cap(mut_read_uri)
|
||||
|
Loading…
x
Reference in New Issue
Block a user