elixir-broadcast/test/server_try_test.exs
Emin Arslan 1503ca4fab Initial
2025-02-16 19:14:35 +03:00

9 lines
144 B
Elixir

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