Remove MessageReaction

This commit is contained in:
Mads Marquart
2020-01-09 19:51:06 +01:00
parent b00f748647
commit 3341f4a45c
7 changed files with 25 additions and 40 deletions

View File

@@ -1,16 +1,11 @@
import pytest
from fbchat import Message, MessageReaction
from fbchat import Message
from utils import subset
pytestmark = pytest.mark.online
def test_set_reaction(client):
mid = client.send(Message(text="This message will be reacted to"))
client.react_to_message(mid, MessageReaction.LOVE)
def test_delete_messages(client):
text1 = "This message will stay"
text2 = "This message will be removed"