|
|
|
@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
site = "PlayStore"
|
|
|
|
|
site = "9GAG"
|
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
site = "PlayStore"
|
|
|
|
|
site = "9GAG"
|
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
|