summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
deleted file mode 100644
index f62be72..0000000
--- a/test/test_helper.exs
+++ /dev/null
@@ -1,4 +0,0 @@
-ExUnit.start()
-
-# Use shared sandbox mode for better concurrent test handling
-Ecto.Adapters.SQL.Sandbox.mode(Silmataivas.Repo, {:shared, self()})