formatted test_helper.exs

develop
Rachel Fae Fox (foxiepaws) 2019-07-17 12:02:02 -04:00
parent 08b35033bf
commit a0b7d74521
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
ExUnit.configure formatters: [JUnitFormatter, ExUnit.CLIFormatter]
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter])
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
Mox.defmock(Pleroma.ReverseProxy.ClientMock, for: Pleroma.ReverseProxy.Client)