Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Ruiz committed Oct 20, 2024
1 parent 5fea61c commit f7d03ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/support/conn_case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f7d03ce

Please sign in to comment.