All checks were successful
Build and Publish / build-release (push) Successful in 4m46s
9 lines
162 B
Elixir
9 lines
162 B
Elixir
defmodule ProviderServiceTest do
|
|
use ExUnit.Case
|
|
doctest ProviderService
|
|
|
|
test "greets the world" do
|
|
assert ProviderService.hello() == :world
|
|
end
|
|
end
|