Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Jan 30, 2024
1 parent cb84644 commit b3dc4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let () =
p "mp3v2" (Metadata.ID3v2.parse_file "test.mp3");
p "mp3v1" (Metadata.ID3v1.parse_file "test.mp3");
p "mp3" (Metadata.ID3.parse_file "test.mp3");
p "wav" (Metadata.ID3.parse_file "test.wav");
p "wav" (Metadata.WAV.parse_file "test.wav");
p "png" (Metadata.PNG.parse_file "test.png");
p "jpg" (Metadata.JPEG.parse_file "test.jpg");
p "avi" (Metadata.AVI.parse_file "test.avi");
Expand Down

0 comments on commit b3dc4a4

Please sign in to comment.