refactor: test name

This commit is contained in:
Sebastian Pravda 2022-10-26 10:36:31 +02:00
parent 2d4eb87d27
commit e3c5052ffc
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -65,7 +65,7 @@ pub fn decode_admin_token(token: String) -> Result<TokenData<AdminToken>> {
#[test]
fn test_encode_decode_verify_token() {
fn test_encode_decode_token() {
let candidate_model = candidate::Model {
application: 101204,
code: "random_code".to_string(),