Remove Thread.type

This commit is contained in:
Mads Marquart
2020-01-08 23:52:14 +01:00
parent 64f55a572e
commit 4199439e07
7 changed files with 8 additions and 18 deletions

View File

@@ -89,7 +89,6 @@ def test_fetch_info(client1, group):
assert info.name == "Mark Zuckerberg"
info = client1.fetch_group_info(group["id"])[group["id"]]
assert info.type == ThreadType.GROUP
def test_fetch_image_url(client):