Skip to content

Commit

Permalink
fix: tests !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Aug 25, 2017
1 parent 82cec41 commit eead7b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
("amr", ["audio/amr", "application/octet-stream"]),
("au", ["audio/basic"]),
("m4a", ["audio/mp4", "audio/x-m4a"]),
("mka", ["video/x-matroska"]),
("mka", ["video/x-matroska",
"application/octet-stream"]),
("mp3", ["audio/mpeg"]),
("mp4", ["video/mp4", "audio/x-m4a"]),
("mpg", ["video/mpeg"]),
("ogg", ["audio/ogg"]),
("ogg", ["audio/ogg", "application/ogg"]),
("ra", ["audio/x-pn-realaudio",
"application/vnd.rn-realmedia"]),
("wav", ["audio/x-wav"]),
Expand Down

0 comments on commit eead7b7

Please sign in to comment.