7 lines
198 B
Python
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()
|