We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98933c commit bb8db20Copy full SHA for bb8db20
1 file changed
lib/ecto/adapters/sql/sandbox.ex
@@ -379,7 +379,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
379
380
The owner process is not linked to the caller, it is your responsibility to
381
ensure it will be stopped. In tests, this is done by terminating the pool
382
- in `on_exit` callbacks:
+ in an `ExUnit.Callbacks.on_exit/2` callback:
383
384
setup tags do
385
pid = Ecto.Adapters.SQL.Sandbox.start_owner!(MyApp.Repo, shared: not tags[:async])
0 commit comments