hello_test.exs 96 B

1234567
  1. defmodule HelloTest do
  2. use ExUnit.Case
  3. test "the truth" do
  4. assert 1 + 1 == 2
  5. end
  6. end