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