mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-22 19:18:07 +00:00
Fix some minor clippy warnings
This commit is contained in:

committed by
Sebastian Dröge

parent
b0a9fe2625
commit
015b05f26c
@ -989,9 +989,8 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn incomplete_manifest() {
|
||||
assert_eq!(
|
||||
is_master_playlist("#EXTM3U\n#EXT-X-VERSION:5\n#EXT-X-TARGETDU".as_bytes()),
|
||||
false
|
||||
);
|
||||
assert!(!is_master_playlist(
|
||||
"#EXTM3U\n#EXT-X-VERSION:5\n#EXT-X-TARGETDU".as_bytes()
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user