Skip to content

Commit

Permalink
✨ Fixed file extension validation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
exislow committed Nov 14, 2024
1 parent 767af7c commit 2a8fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def validate_stream_manifest(manifest, is_hi_res_lossless: bool = False):
assert manifest.dash_info is not None
assert manifest.encryption_key is None
assert manifest.encryption_type == "NONE"
assert manifest.file_extension == AudioExtensions.FLAC
assert manifest.file_extension == AudioExtensions.M4A
assert manifest.is_encrypted == False
assert manifest.manifest_mime_type == ManifestMimeType.MPD
assert manifest.mime_type == MimeType.audio_mp4
Expand Down

0 comments on commit 2a8fc9d

Please sign in to comment.