mirror of https://github.com/nucypher/nucypher.git
Add test_constants with one test
parent
8a740871fc
commit
d9f1bcb82b
|
@ -0,0 +1,7 @@
|
|||
import unittest
|
||||
from nkms.storage import constants
|
||||
|
||||
|
||||
class TestConstants(unittest.TestCase):
|
||||
def test_constants(self):
|
||||
self.assertEqual(4, constants.NONCE_COUNTER_BYTE_SIZE)
|
Loading…
Reference in New Issue