Skip to content

Commit

Permalink
Re-add removed drm stream test function
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Apr 3, 2024
1 parent ec449dc commit a8053f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ async fn process_segments_drm() {
}
}

#[tokio::test]
async fn stream_versions_drm() {
assert_result!(STREAM_DRM.get().await.unwrap().versions().await)
}

#[tokio::test]
async fn stream_from_id_maybe_without_drm() {
assert_result!(STREAM_MAYBE_WITHOUT_DRM.get().await)
Expand Down

0 comments on commit a8053f9

Please sign in to comment.