switched BinarySearch with AllMyLinks in tests

pull/1684/head
Siddharth Dushantha 1 year ago
parent 87b056461b
commit cf8251d241

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

Loading…
Cancel
Save