diff --git a/test/support/accounts/user.ex b/test/support/accounts/user.ex index ecf24e0..f38b085 100644 --- a/test/support/accounts/user.ex +++ b/test/support/accounts/user.ex @@ -6,6 +6,7 @@ defmodule Example.Accounts.User do domain: Example.Accounts require Logger + alias Ash.Error.Query.InvalidArgument @type t :: %__MODULE__{ id: Ecto.UUID.t(),