iban-ex/test/iban_ex_test.exs
2024-03-05 06:02:58 -05:00

9 lines
135 B
Elixir

defmodule IbanExTest do
use ExUnit.Case
doctest IbanEx
test "greets the world" do
assert IbanEx.hello() == :world
end
end