logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 68f7a79f2800563ccdadf12197372415022f07f1
parent b7ce2cf6a8a527a7b32ce6a1f34310928622c4ce
Author: Lain Soykaf <lain@lain.com>
Date:   Sun, 10 Dec 2023 17:10:18 +0400

Tests: Remove async from cases that use Mock

Diffstat:

Mtest/pleroma/activity/ir/topics_test.exs2+-
Mtest/pleroma/workers/receiver_worker_test.exs2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/pleroma/activity/ir/topics_test.exs b/test/pleroma/activity/ir/topics_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Activity.Ir.TopicsTest do - use Pleroma.DataCase, async: true + use Pleroma.DataCase alias Pleroma.Activity alias Pleroma.Activity.Ir.Topics diff --git a/test/pleroma/workers/receiver_worker_test.exs b/test/pleroma/workers/receiver_worker_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Workers.ReceiverWorkerTest do - use Pleroma.DataCase, async: true + use Pleroma.DataCase use Oban.Testing, repo: Pleroma.Repo import Mock