Remove ThreadType completely
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
import pytest
|
||||
import fbchat
|
||||
from fbchat import ThreadType, ThreadColor, ThreadABC, Thread
|
||||
|
||||
|
||||
def test_thread_type_to_class():
|
||||
assert fbchat.User == ThreadType.USER._to_class()
|
||||
assert fbchat.Group == ThreadType.GROUP._to_class()
|
||||
assert fbchat.Page == ThreadType.PAGE._to_class()
|
||||
from fbchat import ThreadColor, ThreadABC, Thread
|
||||
|
||||
|
||||
def test_thread_color_from_graphql():
|
||||
|
Reference in New Issue
Block a user