Files
casebot/test/casebot_test.exs
2026-08-15 23:08:36 -05:00

9 lines
138 B
Elixir

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