From f7d03ce4c6295b2d96f66bdbe01d947e65291e54 Mon Sep 17 00:00:00 2001 From: Andres Ruiz Date: Sun, 20 Oct 2024 13:08:28 -0500 Subject: [PATCH] format --- test/support/conn_case.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index 2116985..fa94ae7 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -25,6 +25,5 @@ defmodule Cashubrew.Test.ConnCase do def setup_sandbox(tags) do pid = Ecto.Adapters.SQL.Sandbox.start_owner!(Cashubrew.Repo, shared: not tags[:async]) on_exit(fn -> Ecto.Adapters.SQL.Sandbox.stop_owner(pid) end) - end end