mpeg-audio-frame-parser/test/mp3_frame_parser_test.exs

9 lines
159 B
Elixir

defmodule Mp3FrameParserTest do
use ExUnit.Case
doctest Mp3FrameParser
test "greets the world" do
assert Mp3FrameParser.hello() == :world
end
end