Discord_Elixir_test/test/haha_yes_test.exs
2024-10-12 14:38:08 +02:00

8 lines
138 B
Elixir

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