tvl-depot/assessments/semiprimes/server/test/server_test.exs

9 lines
135 B
Elixir
Raw Normal View History

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