mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
refactor: test name
This commit is contained in:
parent
2d4eb87d27
commit
e3c5052ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue