aboutsummaryrefslogtreecommitdiff
path: root/test/octochat_test.exs
blob: 15ef0c78ba5afa1bb94eeee45a41b8d69d6af10a (plain)
1
2
3
4
5
6
7
8
defmodule OctochatTest do
  use ExUnit.Case
  doctest Octochat

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