vonbraun/test/vonbraun_test.exs

9 lines
141 B
Elixir
Raw Normal View History

2024-08-24 00:17:21 +00:00
defmodule VonbraunTest do
use ExUnit.Case
doctest Vonbraun
test "greets the world" do
assert Vonbraun.hello() == :world
end
end