Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Aug 13, 2024
1 parent a4779ee commit e871b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/peer/media/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ mod codec_probing {

fn target_codecs_mime_types(codecs: &[CodecCapability]) -> Vec<String> {
let mut mime_types: Vec<_> =
codecs.iter().map(|c| c.mime_type().unwrap()).collect();
codecs.iter().map(|c| c.mime_type()).collect();
mime_types.sort();
mime_types.dedup();
mime_types
Expand Down

0 comments on commit e871b39

Please sign in to comment.