Files
service/test/neon_vertigo_service_test.exs
T
2025-12-14 20:22:05 +02:00

9 lines
171 B
Elixir

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