diff --git a/examples/test.ml b/examples/test.ml index f0900d3..0cb7a60 100644 --- a/examples/test.ml +++ b/examples/test.ml @@ -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");