Skip to content

Commit

Permalink
Change test movie
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Nov 18, 2023
1 parent 43564c9 commit b0f209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_movie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod utils;
static MOVIE: Store<Movie> = Store::new(|| {
Box::pin(async {
let crunchy = SESSION.get().await?;
let movie = crunchy.media_from_id("GM8F313NQ").await?;
let movie = crunchy.media_from_id("G71F4DJ24").await?;
Ok(movie)
})
});
Expand Down

0 comments on commit b0f209d

Please sign in to comment.