summaryrefslogtreecommitdiff
path: root/test/pleroma/repo/migrations/fix_legacy_tags_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/pleroma/repo/migrations/fix_legacy_tags_test.exs')
-rw-r--r--test/pleroma/repo/migrations/fix_legacy_tags_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pleroma/repo/migrations/fix_legacy_tags_test.exs b/test/pleroma/repo/migrations/fix_legacy_tags_test.exs
index 432055e45..0a1d1d0bb 100644
--- a/test/pleroma/repo/migrations/fix_legacy_tags_test.exs
+++ b/test/pleroma/repo/migrations/fix_legacy_tags_test.exs
@@ -1,10 +1,10 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Repo.Migrations.FixLegacyTagsTest do
alias Pleroma.User
- use Pleroma.DataCase
+ use Pleroma.DataCase, async: true
import Pleroma.Factory
import Pleroma.Tests.Helpers