ash_authentication_phoenix/test/ash_authentication_phoenix_test.exs

6 lines
120 B
Elixir
Raw Normal View History

defmodule AshAuthentication.PhoenixTest do
@moduledoc false
2022-10-25 10:39:57 +13:00
use ExUnit.Case
doctest AshAuthentication.Phoenix
2022-10-25 10:39:57 +13:00
end