I’m running from mix test with
config :project, Project.Repo,
pool: Ecto.Adapters.SQL.Sandbox,
in my config/test.exs so I take it I am.
I’m running from mix test with
config :project, Project.Repo,
pool: Ecto.Adapters.SQL.Sandbox,
in my config/test.exs so I take it I am.