midi_player/test/midi_tools_test.exs
2020-10-10 19:36:07 +02:00

8 lines
144 B
Elixir

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