Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 30, 2024
1 parent 401ee5f commit 0565f97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions soda_resource_tools_lib/src/soda/fanart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@ fn request_fanart_movies(tvdb_id: &str) -> Result<FanartMovie, SodaError> {
mod fanart_tests {
use super::request_fanart_tv;

/// #[test]
fn test_request_fanart_tv() {
let ret = request_fanart_tv(&384640.to_string()).unwrap();
println!("{:?}", ret);
}
// #[test]
// fn test_request_fanart_tv() {
// let ret = request_fanart_tv(&384640.to_string()).unwrap();
// println!("{:?}", ret);
// }
}

0 comments on commit 0565f97

Please sign in to comment.