From fa68f3e8195dcaf2c788e814a834c3d232513a20 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 30 Aug 2022 12:40:34 -0600 Subject: [PATCH] chore: remove unnecessary test helper --- test/test_helper.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_helper.exs b/test/test_helper.exs index 733899e..869559e 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1,2 +1 @@ ExUnit.start() -Ecto.Adapters.SQL.Sandbox.mode(AshHq.Repo, :manual)