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/conversation_test.exs | |
parent | 33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (diff) | |
download | pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.tar.gz pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.zip |
[#1149] Added more oban workers. Refactoring.
Diffstat (limited to 'test/conversation_test.exs')
-rw-r--r-- | test/conversation_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conversation_test.exs b/test/conversation_test.exs index 2ebbcab76..f917aa691 100644 --- a/test/conversation_test.exs +++ b/test/conversation_test.exs @@ -28,7 +28,7 @@ defmodule Pleroma.ConversationTest do {:ok, _activity} = CommonAPI.post(user, %{"visibility" => "direct", "status" => "hey @#{other_user.nickname}"}) - Pleroma.ObanHelpers.perform_all() + Pleroma.Tests.ObanHelpers.perform_all() Repo.delete_all(Conversation) Repo.delete_all(Conversation.Participation) |