Skip to content

Commit

Permalink
fix: update test docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@datadoghq.com>
  • Loading branch information
jdrouet committed Oct 24, 2023
1 parent ce4b5b1 commit 4821e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tvshow/watch_providers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::common::watch_providers::WatchProviderResult;
/// ```rust
/// use tmdb_api::prelude::Command;
/// use tmdb_api::Client;
/// use tmdb_api::movie::watch_providers::TVShowWatchProviders;
/// use tmdb_api::tvshow::watch_providers::TVShowWatchProviders;
///
/// #[tokio::main]
/// async fn main() {
Expand Down

0 comments on commit 4821e12

Please sign in to comment.