diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 |
commit | 0e1c481a94392b69833fbe6afc184ebbd90e1330 (patch) | |
tree | 20fcbee2c84e0959efe214c7e7b20790bf1c53dc /test/activity_test.exs | |
parent | 33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (diff) | |
download | pleroma-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.exs | 2 |
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 |