midi_player/test/midi_tools_test.exs

9 lines
144 B
Elixir
Raw Normal View History

2020-10-10 17:36:07 +00:00
defmodule MIDIToolsTest do
use ExUnit.Case
doctest MIDITools
test "greets the world" do
assert MIDITools.hello() == :world
end
end