Discord_Elixir_test/test/haha_yes_test.exs

9 lines
138 B
Elixir
Raw Normal View History

2024-10-12 14:38:08 +02:00
defmodule HahaYesTest do
use ExUnit.Case
doctest HahaYes
test "greets the world" do
assert HahaYes.hello() == :world
end
end