summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 12:10:39 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 12:10:39 +0000
commitd189c923eb7e63fb7cb8c6dbd8816f7ca3b9384f (patch)
treedb6fede8164782facfae767d970bdf5838ce92e6 /test/test_helper.exs
parentupdate description (diff)
parentfix tests in CI (diff)
Merge branch 'repo_setup' into 'master'
Repo setup See merge request kazarma/matrix_app_service.ex!13
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index 3140500..baf9e64 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -1,2 +1,3 @@
+Ecto.Adapters.SQL.Sandbox.mode(MatrixAppService.Repo, :manual)
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter])
ExUnit.start()