portingtools/test/portingtools_test.exs
2022-10-31 10:48:35 +01:00

9 lines
153 B
Elixir

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