ha-handler/test/ha_handler_test.exs

9 lines
144 B
Elixir
Raw Normal View History

2022-01-24 14:03:10 +01:00
defmodule HAHandlerTest do
use ExUnit.Case
doctest HAHandler
test "greets the world" do
assert HAHandler.hello() == :world
end
end