diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-10 20:38:31 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-10 20:38:31 +0300 |
commit | 33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (patch) | |
tree | e19b00805c1589647c3a3be9065599be418fe03e /test/conversation_test.exs | |
parent | 267262491ecf7b413052708062abac69b1d8f643 (diff) | |
download | pleroma-33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1.tar.gz pleroma-33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1.zip |
[#1149] Fixed failing tests. Ensured Instance.set_unreachable/2 supports ISO 8601 datetime.
Diffstat (limited to 'test/conversation_test.exs')
-rw-r--r-- | test/conversation_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/conversation_test.exs b/test/conversation_test.exs index aa193e0d4..2ebbcab76 100644 --- a/test/conversation_test.exs +++ b/test/conversation_test.exs @@ -28,6 +28,8 @@ defmodule Pleroma.ConversationTest do {:ok, _activity} = CommonAPI.post(user, %{"visibility" => "direct", "status" => "hey @#{other_user.nickname}"}) + Pleroma.ObanHelpers.perform_all() + Repo.delete_all(Conversation) Repo.delete_all(Conversation.Participation) |