diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 1ff2e19..b9c2953 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -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.