mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
minor: test file formatting
This commit is contained in:
parent
de872282b2
commit
41bb6fe190
@ -33,4 +33,6 @@ class UtilsTests(unittest.TestCase):
|
||||
self.assertTrue(utils.verify_encrypted(encrypted2, password))
|
||||
|
||||
def test_long_to_base64(self):
|
||||
self.assertEqual(b"\x00", base64.urlsafe_b64decode(utils.long_to_base64(0) + "=="))
|
||||
self.assertEqual(
|
||||
b"\x00", base64.urlsafe_b64decode(utils.long_to_base64(0) + "==")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user