balls/test/balls_pds_test.exs

9 lines
141 B
Elixir
Raw Normal View History

2024-12-02 11:03:06 +00:00
defmodule BallsPdsTest do
use ExUnit.Case
doctest BallsPds
test "greets the world" do
assert BallsPds.hello() == :world
end
end