Files
provider-service/test/provider_service_test.exs
HaimKortovich f566d04a04
All checks were successful
Build and Publish / build-release (push) Successful in 4m46s
init commit
2026-04-15 15:31:56 -05:00

9 lines
162 B
Elixir

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