Files
policy-service/test/policy_service_test.exs
Haim Kortovich a52f049a29 wip
2026-03-05 11:30:08 -05:00

9 lines
156 B
Elixir

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