1
0
socials-util/test/test_data.py
2024-11-01 21:43:46 +01:00

7 lines
198 B
Python

import socials_util
def test_is_aggregator():
assert not socials_util.SocialSiteId.PAGE_WATCH.is_aggregator()
assert not socials_util.SocialSiteId.FALKON_PROFILE_BOOKMARKS.is_aggregator()