9 lines
159 B
Elixir
9 lines
159 B
Elixir
|
defmodule UkraineTaxidExTest do
|
||
|
use ExUnit.Case
|
||
|
doctest UkraineTaxidEx
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert UkraineTaxidEx.hello() == :world
|
||
|
end
|
||
|
end
|