ash_authentication/test/ash_authentication_test.exs

9 lines
168 B
Elixir
Raw Normal View History

2022-09-28 09:54:05 +13:00
defmodule AshAuthenticationTest do
use ExUnit.Case
doctest AshAuthentication
test "greets the world" do
assert AshAuthentication.hello() == :world
end
end