fixed housekeeping being broken
This commit is contained in:
parent
c0def6fb7e
commit
665cb0c732
12 changed files with 62 additions and 29 deletions
|
@ -1 +1 @@
|
|||
1582946012
|
||||
1583020786
|
|
@ -15,5 +15,10 @@ class TestOnionrValues(unittest.TestCase):
|
|||
def test_default_expire(self):
|
||||
self.assertEqual(onionrvalues.DEFAULT_EXPIRE, 2678400)
|
||||
|
||||
def test_block_clock_skew(self):
|
||||
self.assertEqual(onionrvalues.MAX_BLOCK_CLOCK_SKEW, 120)
|
||||
|
||||
def test_block_export_ext(self):
|
||||
self.assertEqual(onionrvalues.BLOCK_EXPORT_FILE_EXT, '.dat')
|
||||
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue