Skip to content

Commit

Permalink
fixes typo in tests (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiskeyTuesday authored Nov 13, 2023
1 parent 5810ad7 commit 29915ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jwt/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn assert_parse_successfully() {
}

#[test]
fn assert_parse_successfullt_from_str() {
fn assert_parse_successfully_from_str() {
let token = String::from("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmb28iOiJiYXIifQ.dtxWM6MIcgoeMgH87tGvsNDY6cHWL6MGW4LeYvnm1JA");
let parsed_token = token.parse::<Token>().unwrap();
assert_eq!(
Expand Down

0 comments on commit 29915ef

Please sign in to comment.