Files
ResourceOwner/test/resource_owner_test.exs
Adam Mohammed 1e6a5fa8a9 initial commit
2023-05-30 13:55:28 -04:00

9 lines
156 B
Elixir

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