summaryrefslogtreecommitdiff
path: root/test/activity_test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-13 20:20:26 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-13 20:20:26 +0300
commit0e1c481a94392b69833fbe6afc184ebbd90e1330 (patch)
tree20fcbee2c84e0959efe214c7e7b20790bf1c53dc /test/activity_test.exs
parent33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (diff)
downloadpleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.tar.gz
pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.zip
[#1149] Added more oban workers. Refactoring.
Diffstat (limited to 'test/activity_test.exs')
-rw-r--r--test/activity_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/activity_test.exs b/test/activity_test.exs
index b9c12adb2..658c47837 100644
--- a/test/activity_test.exs
+++ b/test/activity_test.exs
@@ -6,8 +6,8 @@ defmodule Pleroma.ActivityTest do
use Pleroma.DataCase
alias Pleroma.Activity
alias Pleroma.Bookmark
- alias Pleroma.ObanHelpers
alias Pleroma.Object
+ alias Pleroma.Tests.ObanHelpers
alias Pleroma.ThreadMute
import Pleroma.Factory