mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +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]
|
#[test]
|
||||||
fn test_encode_decode_verify_token() {
|
fn test_encode_decode_token() {
|
||||||
let candidate_model = candidate::Model {
|
let candidate_model = candidate::Model {
|
||||||
application: 101204,
|
application: 101204,
|
||||||
code: "random_code".to_string(),
|
code: "random_code".to_string(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue