X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Frepo_test.exs;h=daffc65427487492b2d5d4113f0889ece8648d9c;hb=22bde21c4f1a84a1fbe733070e8926366a3c01dc;hp=2224a6b2b546a879f6121d5f3ee4c440a60a4bad;hpb=d536a00d42e2d6747961755fd28f3dd1f646148e;p=akkoma diff --git a/test/repo_test.exs b/test/repo_test.exs index 2224a6b2b..daffc6542 100644 --- a/test/repo_test.exs +++ b/test/repo_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.RepoTest do @@ -67,7 +67,7 @@ defmodule Pleroma.RepoTest do :ok end - clear_config([:i_am_aware_this_may_cause_data_loss, :disable_migration_check]) + setup do: clear_config([:i_am_aware_this_may_cause_data_loss, :disable_migration_check]) test "raises if it detects unapplied migrations" do assert_raise Pleroma.Repo.UnappliedMigrationsError, fn ->