mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 20:19:21 -05:00
Fix units in test
I made the non-test seconds instead of ms, but not the test
This commit is contained in:
parent
3e6fdfda00
commit
42e858daeb
@ -60,7 +60,7 @@ class RegisterTestCase(unittest.TestCase):
|
||||
return caveat == "type = access"
|
||||
|
||||
def verify_expiry(caveat):
|
||||
return caveat == "time < 8600"
|
||||
return caveat == "time < 8600000"
|
||||
|
||||
v = pymacaroons.Verifier()
|
||||
v.satisfy_general(verify_gen)
|
||||
|
Loading…
Reference in New Issue
Block a user