bump version

This commit is contained in:
Kevin Froman 2020-09-07 05:49:13 +00:00
commit 17ef138c21
6 changed files with 11 additions and 6 deletions

View file

@ -12,6 +12,9 @@ from utils import identifyhome, createdirs
from etc import onionrvalues
class TestOnionrValues(unittest.TestCase):
def test_api_version(self):
self.assertEqual(onionrvalues.API_VERSION, '1')
def test_default_expire(self):
self.assertEqual(onionrvalues.DEFAULT_EXPIRE, 2678400)