mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 17:56:58 +00:00
test_uri.py: s/NewDirnode/Dirnode/ , now that they aren't "new" anymore
This commit is contained in:
parent
0cf320c2ab
commit
d918ab407e
@ -259,7 +259,7 @@ class Mutable(unittest.TestCase):
|
|||||||
self.failUnlessEqual(u5, u5_h)
|
self.failUnlessEqual(u5, u5_h)
|
||||||
|
|
||||||
|
|
||||||
class NewDirnode(unittest.TestCase):
|
class Dirnode(unittest.TestCase):
|
||||||
def test_pack(self):
|
def test_pack(self):
|
||||||
writekey = "\x01" * 16
|
writekey = "\x01" * 16
|
||||||
fingerprint = "\x02" * 32
|
fingerprint = "\x02" * 32
|
||||||
|
Loading…
Reference in New Issue
Block a user