ash_postgres/test/support/test_repo.ex
2020-09-03 04:18:11 -04:00

5 lines
108 B
Elixir

defmodule AshPostgres.TestRepo do
@moduledoc false
use AshPostgres.Repo,
otp_app: :ash_postgres
end