Skip to content

Commit 3c0f01b

Browse files
authored
Update lib/ecto/adapters/sql/sandbox.ex
1 parent 0c07032 commit 3c0f01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sql/sandbox.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
450450

451451
{:ok, pid} =
452452
Agent.start(fn ->
453-
set_label({__MODULE__, :sandbox_owner, %{started_by: parent}})
453+
set_label({:sql_sandbox_owner, %{started_by: parent}})
454454
{shared, opts} = Keyword.pop(opts, :shared, false)
455455
:ok = checkout(repo, opts)
456456

0 commit comments

Comments
 (0)