Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos R <[email protected]>
  • Loading branch information
CERLgit committed Feb 25, 2024
1 parent 83a517c commit 5759ef5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,10 @@ mod tests {
async fn test_get_all_like_id() {
let res = get_all_like("1178271").await;
assert!(res.is_ok());
assert_eq!(res.unwrap()[0].user_slug, format!("user/{}", DANTOTTO_PLAYER_SLUG));
assert_eq!(
res.unwrap()[0].user_slug,
format!("user/{}", DANTOTTO_PLAYER_SLUG)
);
}

#[tokio::test]
Expand Down

0 comments on commit 5759ef5

Please sign in to comment.