pre.hn/test/pre_dot_hn_test.exs
2023-09-18 18:21:59 +00:00

8 lines
141 B
Elixir

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