summaryrefslogtreecommitdiff
path: root/src/code/2/echo_server/test/echo_server_test.exs
blob: 9743bf956496c2b4746e97982d733ad9acc8c6db (plain)
1
2
3
4
5
6
7
8
defmodule EchoServerTest do
  use ExUnit.Case
  doctest EchoServer

  test "the truth" do
    assert 1 + 1 == 2
  end
end