8 lines
94 B
Elixir
8 lines
94 B
Elixir
defmodule FFITest do
|
|
use ExUnit.Case
|
|
|
|
test "the truth" do
|
|
assert 1 + 1 == 2
|
|
end
|
|
end
|