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

9 lines
159 B
Elixir
Raw Normal View History

2018-04-13 11:06:37 +00:00
defmodule Mp3FrameParserTest do
use ExUnit.Case
doctest Mp3FrameParser
test "greets the world" do
assert Mp3FrameParser.hello() == :world
end
end