iban-ex/test/iban_ex_test.exs

9 lines
135 B
Elixir
Raw Normal View History

2024-03-05 11:02:58 +00:00
defmodule IbanExTest do
use ExUnit.Case
doctest IbanEx
test "greets the world" do
assert IbanEx.hello() == :world
end
end