paragonie / paseto

Platform-Agnostic Security Tokens
https://paseto.io
Other
3.24k stars 108 forks source link

Inconsistent use of 'expires' and 'exp' in tests. #84

Closed mjpieters closed 6 years ago

mjpieters commented 6 years ago

There are two instances of 'expires' in the Version2VectorTest tests:

Everything else uses 'exp'. Should these be altered for consistency?

paragonie-scott commented 6 years ago

👍 Yes, we should use exp here.