ukraine-taxid-ex/test/ukraine_taxid_ex_test.exs

9 lines
159 B
Elixir
Raw Normal View History

2024-12-10 05:20:08 +00:00
defmodule UkraineTaxidExTest do
use ExUnit.Case
doctest UkraineTaxidEx
test "greets the world" do
assert UkraineTaxidEx.hello() == :world
end
end