Fix exceptions in tests

This commit is contained in:
Mads Marquart
2020-01-15 11:17:51 +01:00
parent 3cdd646c37
commit 8f25a3bae8
10 changed files with 144 additions and 156 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from os import path
from fbchat import FBchatFacebookError, Message, Mention
from fbchat import Message, Mention
from utils import subset, STICKER_LIST, EMOJI_LIST, TEXT_LIST
pytestmark = pytest.mark.online