about summary refs log blame commit diff
path: root/assessments/semiprimes/server/test/server_test.exs
blob: 4fa9b617bfd95a1b4e312b91351dd817cdea56c4 (plain) (tree)
1
2
3
4
5
6
7
8







                                   
defmodule ServerTest do
  use ExUnit.Case
  doctest Server

  test "greets the world" do
    assert Server.hello() == :world
  end
end