ash_authentication_phoenix/test/ash_authentication_phoenix_test.exs

9 lines
189 B
Elixir
Raw Normal View History

2022-10-25 10:39:57 +13:00
defmodule AshAuthenticationPhoenixTest do
use ExUnit.Case
doctest AshAuthenticationPhoenix
test "greets the world" do
assert AshAuthenticationPhoenix.hello() == :world
end
end