fix: fix CSM-016 for real (previous commit was 015)
This commit is contained in:
@@ -8,6 +8,7 @@ defmodule BDS.CSM007ReloadShellTest do
|
||||
|
||||
setup do
|
||||
:ok = Ecto.Adapters.SQL.Sandbox.checkout(BDS.Repo)
|
||||
Ecto.Adapters.SQL.Sandbox.mode(BDS.Repo, {:shared, self()})
|
||||
|
||||
temp_dir =
|
||||
Path.join(System.tmp_dir!(), "bds-csm007-#{System.unique_integer([:positive])}")
|
||||
|
||||
Reference in New Issue
Block a user